Keep delegate_to so all auxiliary logic based on that works

pull/1056/head
Daniel Hokka Zakrisson 12 years ago
parent 5bb0f6908b
commit dd11b01350

@ -60,6 +60,7 @@ class Task(object):
# Only one of them is defined # Only one of them is defined
elif 'local_action' in ds: elif 'local_action' in ds:
self.action = ds.get('local_action', '') self.action = ds.get('local_action', '')
self.delegate_to = '127.0.0.1'
self.transport = 'local' self.transport = 'local'
else: else:
self.action = ds.get('action', '') self.action = ds.get('action', '')

Loading…
Cancel
Save