Explorar el Código

[podgrab] Start on first run

Colin Powell hace 3 años
padre
commit
ae3b1dc7e8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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