ansible/tasks/osbs_koji_token.yml
Clement Verna d679998a0a Setup OSBS orchestrated cluster in prod
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-07-04 08:58:30 +02:00

11 lines
277 B
YAML

---
- name: make sure that /etc/osbs directory exists
file: path=/etc/osbs state=directory
- name: put the koji token file in place
copy:
src: "{{ private }}/files/osbs/{{ env }}/x86-64-osbs-koji"
dest: "/etc/osbs/x86-64-osbs-koji"
owner: root
mode: 0400