mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
fix indentation for register variable
This commit is contained in:
parent
6721ea54e9
commit
921231fe3d
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user