mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
9 lines
288 B
YAML
9 lines
288 B
YAML
|
- name: "include task receive certbot certificate"
|
||
|
include_tasks: recieve-certbot-certificate.yml
|
||
|
|
||
|
- name: "include task implement-matomo-tracking.yml"
|
||
|
include_tasks: implement-matomo-tracking.yml
|
||
|
|
||
|
- name: "include task create-domain-conf.yml"
|
||
|
include_tasks: create-domain-conf.yml
|