summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-02-28 13:12:06 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2014-02-28 13:12:06 -0500
commit2dbbf294214eb8b37d9a651bd3e4c2213c68ec41 (patch)
tree29e1819d2fc6df949ceeccd21702596857e6bf37
parentcd3edeedda4e334197a201309aa2821fa87eb3cd (diff)
parenta9b480f9379c84514e30f9848ecf135a17346d4c (diff)
downloadansible-2dbbf294214eb8b37d9a651bd3e4c2213c68ec41.tar.gz
Merge pull request #6076 from wshaddix/patch-1
Update intro_configuration.rst
-rw-r--r--docsite/rst/intro_configuration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_configuration.rst b/docsite/rst/intro_configuration.rst
index a7ed3f7276..450ca91aba 100644
--- a/docsite/rst/intro_configuration.rst
+++ b/docsite/rst/intro_configuration.rst
@@ -8,7 +8,7 @@ The Ansible Configuration File
Certain settings in Ansible are adjustable via a configuration file. The stock configuration should be sufficient
for most users, but there may be reasons you would want to change them.
-Changes can be made and used in a configuration file which will be processed processed in the following order::
+Changes can be made and used in a configuration file which will be processed in the following order::
* ANSIBLE_CONFIG (an environment variable)
* ansible.cfg (in the current directory)