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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user