mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 07:27:28 -02:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user