Fixing the syntax
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
75f066d304
commit
0eb49c720c
1 changed files with 3 additions and 2 deletions
|
@ -373,9 +373,9 @@
|
|||
osbs_secret_files:
|
||||
- source: "{{ private }}/files/osbs/{{ env }}/odcs-oidc-token"
|
||||
dest: token
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- osbs-worker-namespace
|
||||
when: env == "staging"
|
||||
|
||||
- name: Create orchestrator namespace
|
||||
hosts: osbs-masters-stg[0]:osbs-masters[0]
|
||||
|
@ -447,9 +447,10 @@
|
|||
osbs_secret_files:
|
||||
- source: "{{ private }}/files/osbs/{{ env }}/odcs-oidc-token"
|
||||
dest: token
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- osbs-orchestrator-namespace
|
||||
when: env == "staging"
|
||||
|
||||
|
||||
- name: setup client config secret in orchestrator namespace
|
||||
hosts: osbs-masters-stg[0]:osbs-masters[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue