Add first commit
This commit is contained in:
commit
b3204eb4da
7 changed files with 102 additions and 0 deletions
8
handlers/main.yml
Normal file
8
handlers/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- name: Restart Caddy
|
||||
ansible.builtin.service:
|
||||
name: "{{ caddy_service_name }}"
|
||||
state: restarted
|
||||
|
||||
- name: Update CA trust
|
||||
ansible.builtin.command: update-ca-certificates
|
||||
become: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue