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