Set ansible facts gathering to smart, might save us some cycles.
This commit is contained in:
parent
010464f092
commit
dd3e393ab4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ poll_interval = 15
|
|||
# smart - gather by default, but don't regather if already gathered
|
||||
# implicit - gather by default, turn off with gather_facts: False
|
||||
# explicit - do not gather by default, must say gather_facts: True
|
||||
#gathering = implicit
|
||||
gathering = smart
|
||||
|
||||
# additional paths to search for roles in, colon separated
|
||||
roles_path = {{ ansible_base }}/ansible/roles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue