mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 02:45:17 +00:00
7 lines
156 B
YAML
7 lines
156 B
YAML
---
|
|
- name: "Execute Role (once)"
|
|
include_tasks: 01_core.yml
|
|
when: run_once_web_app_matomo is not defined
|
|
vars:
|
|
application_id: 'web-app-matomo'
|