Space issues.
This commit is contained in:
parent
342a22a5a3
commit
79a0601421
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
# packages needed
|
||||
- name: add packages for copr-be
|
||||
action: yum state=present name= {{ item }}
|
||||
action: yum state=present name={{ item }}
|
||||
with_items:
|
||||
- copr-selinux
|
||||
- copr-backend
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
- name: make copr dirs
|
||||
file: state=directory path= {{ item }}
|
||||
file: state=directory path={{ item }}
|
||||
with_items:
|
||||
- /var/lib/copr/jobs
|
||||
- /var/lib/copr/public_html/results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue