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

@@ -48,4 +48,4 @@
file:
path: "{{ item }}"
mode: 0600
with_items: keyfiles.stdout_lines
with_items: "{{ keyfiles.stdout_lines }}"