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

@@ -47,7 +47,7 @@
resource: "{{item.item.type}}"
filename: /etc/kubernetes/{{item.item.file}}
state: "{{item.changed | ternary('latest','present') }}"
with_items: manifests.results
with_items: "{{ manifests.results }}"
when: inventory_hostname == groups['kube-master'][0]
- name: Check for dnsmasq port (pulling image and running container)