Drop the proxy config file from the yubikey role as it's not there

This commit is contained in:
Pierre-Yves Chibon 2014-12-07 16:17:55 +01:00
parent f1dfac5966
commit 90547c698e

View file

@ -24,7 +24,6 @@
with_items:
- { file: yk-ksm.conf, dest: /etc/httpd/conf.d/yk-ksm.conf }
- { file: yk-val.conf, dest: /etc/httpd/conf.d/yk-val.conf }
- { file: yk-ksm.conf, dest: /etc/httpd/conf.d/admin.fedoraproject.org/yk-val.conf }
- name: enable httpd_can_network_connect selinux boolean
seboolean: name=httpd_can_network_connect state=yes persistent=yes