1
0
Fork 0
forked from infra/ansible

Add apache here, it's needed now before koji_builder makes things owned by apache

This commit is contained in:
Kevin Fenzi 2015-10-20 18:51:33 +00:00
commit 7e48000e90

View file

@ -18,6 +18,7 @@
roles:
- base
- hosts
- apache
- { role: nfs/client,
when: ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel'),
mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }