We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f94b46a + 94104a4 commit e44b44aCopy full SHA for e44b44a
.travis.yml
@@ -5,7 +5,7 @@ before_install:
5
- sudo apt-get update -qq
6
- sudo apt-get install -qq python-apt python-pycurl
7
install:
8
- - pip install ansible==1.5.0
+ - pip install ansible==2.2.0
9
script:
10
- echo localhost > inventory
11
- ansible-playbook -i inventory test.yml --syntax-check
tasks/package.yml
@@ -7,5 +7,5 @@
apt:
pkg: "{{item}}"
state: present
- with_items: python_packages
+ with_items: "{{ python_packages }}"
when: ansible_os_family == "Debian"
0 commit comments