Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoly Kamchatnov <akamch@gmail.com>2019-11-24 00:15:25 +0300
committerSviatoslav Sydorenko <webknjaz@redhat.com>2019-11-24 00:15:25 +0300
commitebdb581e636ec75983976406be16f6218ca98921 (patch)
tree70b70c16d94ca001b17b73577e09b06ff8a9616e /examples
parenta096cd08c59f363289d53c384d7b588d2a622456 (diff)
Fix typos in `ansible.cfg` comments
PR #65177
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index f92683005b8..d40ae09a98f 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -8,7 +8,7 @@
# finds first
# For a full list of available options, run ansible-config list or see the
-# documentanion: https://docs.ansible.com/ansible/latest/reference_appendices/config.html.
+# documentation: https://docs.ansible.com/ansible/latest/reference_appendices/config.html.
[defaults]
#inventory = /etc/ansible/hosts
@@ -343,7 +343,7 @@
# Settings for each connection plugin go under a section titled '[[plugin_name]_connection]'
# To view available connection plugins, run ansible-doc -t connection -l
-# To view available options for a connection plugin, run ansibble-doc -t connection [plugin_name]
+# To view available options for a connection plugin, run ansible-doc -t connection [plugin_name]
# https://docs.ansible.com/ansible/latest/plugins/connection.html
[paramiko_connection]
@@ -449,7 +449,7 @@
# Settings for become plugins go under a section named '[[plugin_name]_become_plugin]'
# To view available become plugins, run ansible-doc -t become -l
-# Te view available options for a specific plugin, run ansible-doc -t become [plugin_name]
+# To view available options for a specific plugin, run ansible-doc -t become [plugin_name]
# https://docs.ansible.com/ansible/latest/plugins/become.html
[sudo_become_plugin]