Update main.yml

Reverted formating changes
This commit is contained in:
Vyacheslav Andreykiv
2020-04-28 08:56:29 -07:00
committed by GitHub
parent 7659ffca1e
commit d5cb6ad58a

View File

@@ -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