From 359682022fd97522f89c173132f7dd7956f1416d Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 29 Sep 2020 12:00:37 -0400 Subject: [PATCH] fixed typo in the word example --- installer/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"