mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
k8s installer: fix warning when applying deployment
This commit is contained in:
parent
55e720e25d
commit
7b9ad1d69a
@ -194,8 +194,8 @@
|
||||
"{{ item }}": "{{ lookup('template', item + '.yml.j2') }}"
|
||||
with_items:
|
||||
- 'configmap'
|
||||
- 'deployment'
|
||||
- 'secret'
|
||||
- 'deployment'
|
||||
no_log: true
|
||||
|
||||
- name: Apply Deployment
|
||||
@ -203,8 +203,8 @@
|
||||
echo {{ item | quote }} | {{ kubectl_or_oc }} apply -f -
|
||||
with_items:
|
||||
- "{{ configmap }}"
|
||||
- "{{ deployment }}"
|
||||
- "{{ secret }}"
|
||||
- "{{ deployment }}"
|
||||
no_log: true
|
||||
|
||||
- name: Delete any existing management pod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user