Skip to content

Commit 9a8e61c

Browse files
authored
Update package.yml with_items to work with 2.2.0
1 parent f94b46a commit 9a8e61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
apt:
88
pkg: "{{item}}"
99
state: present
10-
with_items: python_packages
10+
with_items: "{{ python_packages }}"
1111
when: ansible_os_family == "Debian"

0 commit comments

Comments
 (0)