Fix indentation
This commit is contained in:
parent
f68efa7797
commit
022ed16be9
2 changed files with 10 additions and 10 deletions
|
@ -83,11 +83,11 @@
|
||||||
state: directory
|
state: directory
|
||||||
setype: httpd_sys_content_t
|
setype: httpd_sys_content_t
|
||||||
|
|
||||||
- name: Automatize cert renewal
|
- name: Automatize cert renewal
|
||||||
service:
|
service:
|
||||||
name: certbot-renew.timer
|
name: certbot-renew.timer
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
- name: temporary logrotation fix until copr-dist-git 0.26 is released & deployed
|
- name: temporary logrotation fix until copr-dist-git 0.26 is released & deployed
|
||||||
copy: src="logrotate.d/copr-dist-git" dest="/etc/logrotate.d/copr-dist-git"
|
copy: src="logrotate.d/copr-dist-git" dest="/etc/logrotate.d/copr-dist-git"
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
state: directory
|
state: directory
|
||||||
setype: httpd_sys_content_t
|
setype: httpd_sys_content_t
|
||||||
|
|
||||||
- name: Automatize cert renewal
|
- name: Automatize cert renewal
|
||||||
service:
|
service:
|
||||||
name: certbot-renew.timer
|
name: certbot-renew.timer
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue