mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Update main.yml
Reverted formating changes
This commit is contained in:
parent
7659ffca1e
commit
d5cb6ad58a
@ -64,7 +64,7 @@
|
||||
template:
|
||||
src: postgresql-persistent.yml.j2
|
||||
dest: "{{ kubernetes_base_path }}/postgresql-persistent.yml"
|
||||
mode: "0600"
|
||||
mode: '0600'
|
||||
|
||||
- name: Deploy and Activate Postgres (OpenShift)
|
||||
shell: |
|
||||
@ -209,11 +209,11 @@
|
||||
set_fact:
|
||||
"{{ item }}": "{{ lookup('template', item + '.yml.j2') }}"
|
||||
with_items:
|
||||
- "configmap"
|
||||
- "secret"
|
||||
- "deployment"
|
||||
- "supervisor"
|
||||
- "launch_awx"
|
||||
- 'configmap'
|
||||
- 'secret'
|
||||
- 'deployment'
|
||||
- 'supervisor'
|
||||
- 'launch_awx'
|
||||
no_log: true
|
||||
|
||||
- name: Apply Deployment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user