Skip to content

Commit

Permalink
Fix matomo_user for systemd jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 2, 2024
1 parent 4db9714 commit 1a7f3b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/ansible_node/templates/playbooks/matomo_cron.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
{% endif %}
{% if matomo_task_become_user is defined %}
matomo_task_become_user: {{ matomo_task_become_user }}
{% endif %}
{% if matomo_user is defined %}
matomo_user: {{ matomo_user }}
{% endif %}
matomo_console_name: core:archive

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
{% if matomo_task_become_user is defined %}
matomo_task_become_user: {{ matomo_task_become_user }}
{% endif %}
{% if matomo_user is defined %}
matomo_user: {{ matomo_user }}
{% endif %}
{% if matomo_domain is defined %}
matomo_domain: {{ matomo_domain }}
{% endif %}
Expand Down

0 comments on commit 1a7f3b4

Please sign in to comment.