mirror of
https://github.com/roles-ansible/role-grafana-kiosk.git
synced 2024-08-16 10:09:49 +02:00
improve systemd mngmnt
This commit is contained in:
parent
b759667653
commit
9f158af86f
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ansible-debian-buster.yml
vendored
2
.github/workflows/ansible-debian-buster.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: ansible check with debian:buster
|
||||
uses: roles-ansible/check-ansible-debian-buster-action@vars
|
||||
uses: roles-ansible/check-ansible-debian-buster-action@master
|
||||
with:
|
||||
targets: "./"
|
||||
vars: "grafana_kiosk:\n manage_systemd: false"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
mode: 0664
|
||||
owner: root
|
||||
group: root
|
||||
when: grafana_kiosk.manage_systemd | bool
|
||||
notify: systemctl restart grafana-kiosk.service
|
||||
|
||||
- name: deploy env vars
|
||||
|
|
Loading…
Reference in a new issue