Fix /etc/osbs directory creation

This commit is contained in:
Mikolaj Izdebski 2018-05-11 08:11:09 +00:00
parent 0ab13ec894
commit 9d3e45a731
2 changed files with 3 additions and 2 deletions

View file

@ -76,8 +76,6 @@
- import_tasks: "{{ tasks_path }}/osbs_certs.yml"
- import_tasks: "{{ tasks_path }}/osbs_repos.yml"
- import_tasks: "{{ tasks_path }}/osbs_koji_token.yml"
- name: make sure that /etc/osbs directory exists
file: path=/etc/osbs state=directory
roles:
- {

View file

@ -1,5 +1,8 @@
---
- 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-stg-koji"