Merge pull request #42 from fgierlinger/patch-1

Migrating from with_X to loop
This commit is contained in:
Jeff Geerling 2021-05-29 17:17:43 -05:00 committed by GitHub
commit 5f4ab60283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@
virtualenv: "{{ item.virtualenv | default(omit) }}"
state: "{{ item.state | default(omit) }}"
executable: "{{ pip_executable }}"
with_items: "{{ pip_install_packages }}"
loop: "{{ pip_install_packages }}"