mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
corrected several usages of deprecated bare vars
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user