mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
6 lines
122 B
YAML
6 lines
122 B
YAML
---
|
|
- name: "construct {{ role_name }}"
|
|
include_tasks: constructor.yml
|
|
when: run_once_web_app_matomo is not defined
|
|
|