mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix bug in registered variables related to delegate_to changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user