Merge pull request #3176 from digipok/issue-3010-ca-trust-awx_task

update-ca-trust: Ensure CA trust is updated in awx_task container

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-02-14 15:36:55 +00:00
committed by GitHub

View File

@@ -156,3 +156,8 @@
MEMCACHED_PORT: "11211"
AWX_ADMIN_USER: "{{ admin_user|default('admin') }}"
AWX_ADMIN_PASSWORD: "{{ admin_password|default('password') }}"
register: awx_task_container
- name: Update CA trust in awx_task container
command: docker exec awx_task '/usr/bin/update-ca-trust'
when: awx_task_container.changed