OSBS: add missing tag to the secrets generation tasks
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
a12936408a
commit
b48a8732c5
1 changed files with 4 additions and 0 deletions
|
@ -441,6 +441,8 @@
|
|||
content="{{ orchestator_token_x86_64.stdout }}"
|
||||
dest=/tmp/.orchestator-token-x86_64
|
||||
mode=0400
|
||||
tags:
|
||||
- osbs-orchestrator-namespace
|
||||
|
||||
- name: setup orchestrator token for x86_64-osbs
|
||||
hosts: osbs-masters-stg[0]:osbs-masters[0]
|
||||
|
@ -476,6 +478,8 @@
|
|||
content="{{ orchestator_token_aarch64.stdout }}"
|
||||
dest=/tmp/.orchestator-token-aarch64
|
||||
mode=0400
|
||||
tags:
|
||||
- osbs-orchestrator-namespace
|
||||
|
||||
- name: setup orchestrator token for aarch64-osbs
|
||||
hosts: osbs-masters-stg[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue