bodhi2: Set the /etc/bodhi content perms on the backend too
This commit is contained in:
parent
b40d369814
commit
a1c77e7d30
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
owner=bodhi
|
owner=bodhi
|
||||||
group=bodhi
|
group=bodhi
|
||||||
mode=0600
|
mode=0600
|
||||||
when: inventory_hostname.startswith('bodhi0') and env == 'staging'
|
when: inventory_hostname.startswith('bodhi') and env == 'staging'
|
||||||
notify:
|
notify:
|
||||||
- restart httpd
|
- restart httpd
|
||||||
tags:
|
tags:
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
owner=bodhi
|
owner=bodhi
|
||||||
group=bodhi
|
group=bodhi
|
||||||
mode=0600
|
mode=0600
|
||||||
when: inventory_hostname.startswith('bodhi0') and env == 'production'
|
when: inventory_hostname.startswith('bodhi') and env == 'production'
|
||||||
notify:
|
notify:
|
||||||
- restart httpd
|
- restart httpd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue