mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix sending facts to Foreman
This commit is contained in:
committed by
Toshio Kuratomi
parent
633263d535
commit
9ad90de4bc
@@ -224,7 +224,7 @@ class CallbackModule(CallbackBase):
|
||||
res = result._result
|
||||
module = result._task.action
|
||||
|
||||
if module == 'setup':
|
||||
if module == 'setup' or 'ansible_facts' in res:
|
||||
host = result._host.get_name()
|
||||
self.send_facts(host, res)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user