Migrating from with_X to loop

Fixes #36
This commit is contained in:
fgierlinger 2021-01-26 21:58:56 +01:00 committed by GitHub
parent fd6d58a571
commit f5212246e6
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 }}"