From 0b3e51458d950e92939291acd481051156bd4556 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 5 Jan 2019 09:07:11 +0100 Subject: [PATCH] Fix typo in ca_trust_dir The correct path is used in docker-compose template: - "{{ ca_trust_dir +':/etc/pki/ca-trust/source/anchors:ro' }}" --- installer/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/inventory b/installer/inventory index 847ba60a2c..0e3d94caca 100644 --- a/installer/inventory +++ b/installer/inventory @@ -120,7 +120,7 @@ secret_key=awxsecret # this variable causes this directory on the host to be bind mounted over # /etc/pki/ca-trust in the awx_task and awx_web containers. # NOTE: only obeyed in local_docker install -#ca_trust_dir=/etc/pki/ca-trust/source/anchor +#ca_trust_dir=/etc/pki/ca-trust/source/anchors # Include /etc/nginx/awx_extra.conf # Note the use of glob pattern for nginx