mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
5 lines
191 B
YAML
5 lines
191 B
YAML
|
---
|
||
|
# intentionally leaving 00-clean-deps to prevent re-creating the venv every time
|
||
|
- import_playbook: 01-setup-deps.yaml # noqa: name[play]
|
||
|
- import_playbook: caddy.yaml # noqa: name[play]
|