fix(restic): Add role to site deployment
This commit is contained in:
parent
557f20d7b4
commit
1a3fd9160e
1 changed files with 6 additions and 0 deletions
6
site.yml
6
site.yml
|
|
@ -24,6 +24,12 @@
|
||||||
tags:
|
tags:
|
||||||
- caddy
|
- caddy
|
||||||
|
|
||||||
|
- name: Install restic backup management
|
||||||
|
import_role:
|
||||||
|
role: restic
|
||||||
|
tags:
|
||||||
|
- restic
|
||||||
|
|
||||||
- name: Grab caddy container id for all following services
|
- name: Grab caddy container id for all following services
|
||||||
import_role:
|
import_role:
|
||||||
role: caddy_id
|
role: caddy_id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue