summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick <patrickmgdoan@gmail.com>2020-09-29 18:00:37 +0200
committerPatrick <patrickmgdoan@gmail.com>2020-09-29 18:00:37 +0200
commit359682022fd97522f89c173132f7dd7956f1416d (patch)
treebbf2bb6066da96923e5f1b5c589e87f89ece3f80
parentMerge pull request #8228 from john-westcott-iv/tower_ad_hoc_module (diff)
downloadawx-359682022fd97522f89c173132f7dd7956f1416d.tar.xz
awx-359682022fd97522f89c173132f7dd7956f1416d.zip
fixed typo in the word example
-rw-r--r--installer/inventory2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/inventory b/installer/inventory
index a7b30e0eae..89d0684a70 100644
--- a/installer/inventory
+++ b/installer/inventory
@@ -178,6 +178,6 @@ secret_key=awxsecret
#
# Add extra hosts to docker compose file. This might be necessary to
-# sneak in servernames. For exmaple for DMZ self-signed CA certificates.
+# sneak in servernames. For example for DMZ self-signed CA certificates.
# Equivialent to using the --add-host parameter with "docker run".
#docker_compose_extra_hosts="otherserver.local:192.168.0.1,ldap-server.local:192.168.0.2"