add directory back for downloads
This commit is contained in:
parent
694157c2be
commit
c80f5071c2
2 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
- name: Create /srv/web directory
|
||||
file: path=/srv/web state=directory
|
||||
|
||||
## This is used by internal systems to get beta content
|
||||
- name: Create /mnt/koji/compose directory
|
||||
file: path=/mnt/koji/compose state=directory
|
||||
|
||||
- name: Set httpd_use_nfs seboolean
|
||||
seboolean: name=httpd_use_nfs state=yes persistent=yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue