Commit b93c23d4 by Ferenc Grecu

Fix typos in configuration documentation

parent 56642f9b
......@@ -10,7 +10,7 @@ The mechanism for doing this is the "ansible.cfg" file, which is looked for in t
* /etc/ansible/ansible.cfg
* ~/.ansible.cfg
* ansible.cfg (in the playbook directory)
* ansible.cfg (in the current directory)
If multiple file locations matching the above exist, the last location on the above list is used. Settings in files
are not merged together.
......@@ -319,7 +319,7 @@ nocolor
=======
By default ansible will try to colorize output to give a better indication of failure and status information.
If you dislike this behavior you can turn it off by setting 'nocolor' to 0::
If you dislike this behavior you can turn it off by setting 'nocolor' to 1::
nocolor=0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment