corrected several usages of deprecated bare vars

This commit is contained in:
Brian Coca
2016-02-08 13:13:15 -05:00
parent ba51ed06cf
commit 08b3dbcda3
9 changed files with 18 additions and 18 deletions

View File

@@ -88,7 +88,7 @@
- name: remove known_host files
file: state=absent path={{ item }}
with_items: known_host_files
with_items: "{{known_host_files}}"
- name: checkout ssh://git@github.com repo without accept_hostkey (expected fail)
git: repo={{ repo_format2 }} dest={{ checkout_dir }}