We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 313511b + 8b809c4 commit e233c15Copy full SHA for e233c15
.travis.yml
@@ -11,4 +11,4 @@ script:
11
- echo localhost > inventory
12
- ln -s ansible-hosts ../franklinkim.hosts
13
- ansible-playbook --syntax-check -i inventory tests/main.yml
14
- - ansible-playbook -i inventory tests/main.yml --connection=local --sudo -vvvv
+ - ansible-playbook -i inventory tests/main.yml --connection=local --become -vvvv
tasks/manage.yml
@@ -14,4 +14,4 @@
line: "{{ item.ip }} {{ item.domain }} # ansible"
15
regexp: "^{{ item.ip }} {{ item.domain }} # ansible"
16
insertafter: EOF
17
- with_items: hosts
+ with_items: "{{ hosts }}"
0 commit comments