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

@@ -248,7 +248,7 @@
that:
- 'item.changed == true'
- 'item.state == "file"'
with_items: file16_result.results
with_items: "{{file16_result.results}}"
- name: try to force the sub-directory to a link
file: src={{output_dir}}/testing dest={{output_dir}}/sub1 state=link force=yes