9 lines
255 B
YAML

---
- name: "construct {{ role_name }}"
include_tasks: constructor.yml
when: run_once_web_app_matomo is not defined
- name: run the docker matomo tasks once
set_fact:
run_once_web_app_matomo: true
when: run_once_web_app_matomo is not defined