Parcourir la source

[podgrab] Start on first run

Colin Powell il y a 3 ans
Parent
commit
ae3b1dc7e8
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      ansible/roles/podgrab/tasks/main.yml

+ 3 - 0
ansible/roles/podgrab/tasks/main.yml

@@ -51,3 +51,6 @@
     remote_src: yes
     mode: a+x
   notify: Podgrab restarted
+
+- name: Podgrab started
+  service: name=podgrab state=started