mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Fix first_available_file: support for copy and template actions
This commit is contained in:
parent
ddac6fa9f3
commit
64a1b1e043
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@
|
|||
- name: check what python version ansible is running on
|
||||
command: python -c 'import distutils.sysconfig ; print(distutils.sysconfig.get_python_version())'
|
||||
register: pyver
|
||||
delegate_to: localhost
|
||||
#delegate_to: localhost
|
||||
|
||||
- name: copy known good into place
|
||||
copy: src=foo.txt dest={{output_dir}}/foo.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue