formatting

This commit is contained in:
uumas
2022-11-18 06:07:36 +02:00
parent d2313dbdf0
commit 5c5eff0370
12 changed files with 30 additions and 41 deletions

View File

@@ -6,7 +6,7 @@
- debian-keyring
- debian-archive-keyring
- apt-transport-https
update_cache: yes
update_cache: true
- name: Add caddy repo signing key
apt_key:
@@ -30,7 +30,7 @@
marker_end: '# https://caddyserver.com/docs/caddyfile'
state: absent
validate: 'caddy validate --config %s --adapter caddyfile'
backup: yes
backup: true
- name: Put caddy general config in place
blockinfile:
@@ -41,5 +41,5 @@
email {{ admin_email }}
}
validate: 'caddy validate --config %s --adapter caddyfile'
backup: yes
backup: true
notify: reload caddy