Skip to content
Snippets Groups Projects
Verified Commit 10b6d7b5 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

gluebuddy: only enable timer via ansible once a version is downloaded

parent e72738d2
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,6 @@
notify:
- Daemon reload
- name: Enable timer
systemd: name=gluebuddy.timer enabled=yes state=started
- name: Install conf file
template: src=gluebuddy.conf.j2 dest=/etc/conf.d/gluebuddy owner=root group=root mode=0600
......@@ -20,3 +17,6 @@
- name: Download latest gluebuddy # noqa no-changed-when
command: /usr/local/bin/gluebuddy_download.sh
- name: Enable timer
systemd: name=gluebuddy.timer enabled=yes state=started
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment