Fix /etc/osbs directory creation
This commit is contained in:
parent
0ab13ec894
commit
9d3e45a731
2 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
- {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue