Adjust fas playbook some
This commit is contained in:
parent
fe0c1676b0
commit
4692ccd2dd
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: setup /etc/fas-gpg directory
|
- 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:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
@ -261,6 +261,7 @@
|
||||||
- name: touch /var/lib/fedora-ca/crl/crl.pem and /var/lib/fedora-ca/cacert.pem
|
- 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
|
command: touch /var/lib/fedora-ca/cacert.pem /var/lib/fedora-ca/crl/crl.pem
|
||||||
when: master_fas_node == True
|
when: master_fas_node == True
|
||||||
|
changed_when: "1 != 1"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue