DEV Community

Roy
Roy

Posted on

ansible gathering fact at every play

fact gathering is a play level directive

(see http://docs.ansible.com/ansible/playbooks_keywords.html#play)

from the doc:

gather_facts: A boolean that controls if the play will automatically run the ‘setup’ task to gather facts for the hosts

Top comments (0)