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

@@ -150,7 +150,7 @@
assert:
that:
- "{{item.stat.mode}} == 0700"
with_items: dir_stats.results
with_items: "{{dir_stats.results}}"
# errors on this aren't presently ignored so this test is commented out. But it would be nice to fix.