mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
changed setting values and updated docs
This commit is contained in:
parent
4dfa40f18e
commit
18adf07fc6
2 changed files with 6 additions and 4 deletions
|
@ -24,9 +24,11 @@ transport = smart
|
|||
remote_port = 22
|
||||
module_lang = C
|
||||
|
||||
# controls implicit fact gathering (always, never or smart).
|
||||
# smart gathers only if not currently in memory.
|
||||
# does NOT affect explicit 'gather_facts' entries.
|
||||
# This setting controls implicit fact gathering, valid values are
|
||||
# implicit, explicit or smart (default).
|
||||
# smart gathers only if facts for that host are not currently in memory.
|
||||
# implicit set the default of gather_facts to True, explicit sets it
|
||||
# to False. This does NOT affect explicit 'gather_facts' entries.
|
||||
gathering = smart
|
||||
|
||||
# additional paths to search for roles in, colon separated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue