Skip to content

Commit e44b44a

Browse files
authored
Merge pull request #4 from log0ymxm/master
Update package.yml `with_items` to work with 2.2.0
2 parents f94b46a + 94104a4 commit e44b44a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55
- sudo apt-get update -qq
66
- sudo apt-get install -qq python-apt python-pycurl
77
install:
8-
- pip install ansible==1.5.0
8+
- pip install ansible==2.2.0
99
script:
1010
- echo localhost > inventory
1111
- ansible-playbook -i inventory test.yml --syntax-check

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)