fixed deprecation warnings regarding bare variables

This commit is contained in:
teuto.net Netzdienste GmbH
2016-03-30 10:23:43 +02:00
parent ed9a521d6d
commit 457ed11b49
7 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
create: yes
backup: yes
when: hostvars[item].ansible_default_ipv4.address is defined
with_items: groups['all']
with_items: "{{ groups['all'] }}"
- name: Hosts | populate kubernetes loadbalancer address into hosts file
lineinfile: