Adjust fas playbook some

This commit is contained in:
Kevin Fenzi 2015-01-25 17:15:46 +00:00
parent fe0c1676b0
commit 4692ccd2dd

View file

@ -27,7 +27,7 @@
- config
- name: setup /etc/fas-gpg directory
file: path=/etc/fas-gpg owner=fas group=fas mode=0700 state=directory setype=httpd_sys_content_rw_t
file: path=/etc/fas-gpg owner=fas group=fas mode=0700 state=directory setype=httpd_sys_rw_content_t
tags:
- config
@ -261,6 +261,7 @@
- name: touch /var/lib/fedora-ca/crl/crl.pem and /var/lib/fedora-ca/cacert.pem
command: touch /var/lib/fedora-ca/cacert.pem /var/lib/fedora-ca/crl/crl.pem
when: master_fas_node == True
changed_when: "1 != 1"
tags:
- config