diff --git a/.github/workflows/ansible-debian-buster.yml b/.github/workflows/ansible-debian-buster.yml index 5737919..20a750a 100644 --- a/.github/workflows/ansible-debian-buster.yml +++ b/.github/workflows/ansible-debian-buster.yml @@ -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" diff --git a/tasks/config.yml b/tasks/config.yml index 87bf240..072f888 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -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