mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add undefined variables feature to example config file.
This commit is contained in:
parent
5a504e3a3b
commit
bac81be3f9
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ module_name = command
|
|||
, replacing {file}, {host} and {uid} and strftime codes with proper values.
|
||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
|
||||
|
||||
# if set, Ansible will raise errors when attempting to redeference Jinja2
|
||||
# variables that are not set in templates or action lines.
|
||||
# error_on_undefined_vars = True
|
||||
|
||||
# set plugin path directories here, seperate with colons
|
||||
action_plugins = /usr/share/ansible_plugins/action_plugins
|
||||
callback_plugins = /usr/share/ansible_plugins/callback_plugins
|
||||
|
|
Loading…
Reference in a new issue