facts modules

This commit is contained in:
Fabio Sinibaldi 2025-04-04 15:30:52 +02:00
parent 961096d1aa
commit 2e627c8895
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ force_color=True
# (list) Which modules to run during a play's fact gathering stage, using the default of 'smart' will try to figure it out based on connection type.
# If adding your own modules but you still want to use the default Ansible facts, you will want to include 'setup' or corresponding network module to the list (if you add 'smart', Ansible will also figure it out).
# This does not affect explicit calls to the 'setup' module, but does always affect the 'gather_facts' action (implicit or explicit).
;facts_modules=smart
facts_modules=[smart]
# (boolean) Set this to "False" if you want to avoid host key checking by the underlying connection plugin Ansible uses to connect to the host.
# Please read the documentation of the specific connection plugin used for details.