Fixing the syntax

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-07-04 22:21:48 +02:00
parent 75f066d304
commit 0eb49c720c

View file

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