ansible/tasks/osbs_koji_token.yml

12 lines
277 B
YAML
Raw Normal View History

---
2018-05-11 08:11:09 +00:00
- 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