mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
@@ -656,6 +656,9 @@ class StrategyBase:
|
||||
self.run_handlers(iterator, play_context)
|
||||
elif meta_action == 'refresh_inventory':
|
||||
self._inventory.refresh_inventory()
|
||||
elif meta_action == 'clear_facts':
|
||||
for host in iterator._host_states:
|
||||
self._variable_manager.clear_facts(host)
|
||||
#elif meta_action == 'reset_connection':
|
||||
# connection_info.connection.close()
|
||||
elif meta_action == 'clear_host_errors':
|
||||
|
||||
Reference in New Issue
Block a user