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