1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-13 08:43:14 +02:00

Update to 2024-06-03 16:01

This commit is contained in:
Daniel Berteaud 2024-06-03 16:01:04 +02:00
parent ef00d0231a
commit 225b407894
2 changed files with 2 additions and 0 deletions
roles/metabase

@ -2,3 +2,4 @@
- name: restart metabase
service: name=metabase state=restarted
when: not metabase_started.changed

@ -2,4 +2,5 @@
- name: Start and enable the service
service: name=metabase state=started enabled=True
register: metabase_started
tags: metabase