mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
download: do not make a /mnt/koji/compose as it is handled by symlink later
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -14,10 +14,6 @@
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user