mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Different little optimations
This commit is contained in:
@@ -37,8 +37,3 @@
|
||||
token_auth: "{{ matomo_auth_token }}"
|
||||
return_content: yes
|
||||
status_code: 200
|
||||
|
||||
- name: run the docker matomo tasks once
|
||||
set_fact:
|
||||
run_once_web_app_matomo: true
|
||||
when: run_once_web_app_matomo is not defined
|
||||
|
@@ -3,3 +3,7 @@
|
||||
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
|
Reference in New Issue
Block a user