Use the service account koji token in buildvm to authenticate
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
f3a7bc9341
commit
c8ede853ff
2 changed files with 11 additions and 0 deletions
9
tasks/osbs_koji_token.yml
Normal file
9
tasks/osbs_koji_token.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
- name: put the koji token file in place
|
||||
copy:
|
||||
src: "{{ private }}/files/osbs/{{ env }}/x86-64-osbs-stg-koji"
|
||||
dest: "/etc/osbs/x86-64-osbs-stg-koji"
|
||||
owner: root
|
||||
mode: 0400
|
||||
when: env == "staging"
|
Loading…
Add table
Add a link
Reference in a new issue