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:
Kevin Fenzi 2021-05-18 13:56:38 -07:00
parent decd358666
commit a6558b4b35

View file

@ -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