1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Merge pull request #2420 from dmt/devel

fix indentation for register variable

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-10-12 14:27:19 +00:00 committed by GitHub
commit c4afbbc2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@
MEMCACHED_PORT: "11211"
AWX_ADMIN_USER: "{{ default_admin_user|default('admin') }}"
AWX_ADMIN_PASSWORD: "{{ default_admin_password|default('password') }}"
register: awx_web_container
register: awx_web_container
- name: Update CA trust in awx_web container
command: docker exec awx_web '/usr/bin/update-ca-trust'