Add note about delegate_facts to run_once (#58241)

* Add note about delegate_facts to run_once
pull/57588/head
Klaus Frank 5 years ago committed by Sandra McCann
parent 1b90e10cf0
commit ee52b60d7d

@ -278,6 +278,9 @@ As always with delegation, the action will be executed on the delegated host, bu
.. note::
Any conditional (i.e `when:`) will use the variables of the 'first host' to decide if the task runs or not, no other hosts will be tested.
.. note::
If you want to avoid the default behaviour of setting the fact for all hosts, set `delegate_facts: True` for the specific task or block.
.. _local_playbooks:
Local Playbooks

Loading…
Cancel
Save