Ver Fonte

[podgrab] Start on first run

Colin Powell há 3 anos atrás
pai
commit
ae3b1dc7e8
1 ficheiros alterados com 3 adições e 0 exclusões
  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