Updated ansible.cfg to be more consistent
Updated the example ansible.cfg to be more consistent in spacing/commented linespull/4420/head
parent
a00c7b0c08
commit
3eeacaba81
|
@ -40,7 +40,7 @@ timeout = 10
|
||||||
#log_path = /var/log/ansible.log
|
#log_path = /var/log/ansible.log
|
||||||
|
|
||||||
# default module name for /usr/bin/ansible
|
# default module name for /usr/bin/ansible
|
||||||
module_name = command
|
#module_name = command
|
||||||
|
|
||||||
# use this shell for commands executed under sudo
|
# use this shell for commands executed under sudo
|
||||||
# you may need to change this to bin/bash in rare instances
|
# you may need to change this to bin/bash in rare instances
|
||||||
|
|
Loading…
Reference in New Issue