mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Keep delegate_to so all auxiliary logic based on that works
This commit is contained in:
@@ -60,6 +60,7 @@ class Task(object):
|
||||
# Only one of them is defined
|
||||
elif 'local_action' in ds:
|
||||
self.action = ds.get('local_action', '')
|
||||
self.delegate_to = '127.0.0.1'
|
||||
self.transport = 'local'
|
||||
else:
|
||||
self.action = ds.get('action', '')
|
||||
|
||||
Reference in New Issue
Block a user