浏览代码

[podgrab] Start on first run

Colin Powell 3 年之前
父节点
当前提交
ae3b1dc7e8
共有 1 个文件被更改,包括 3 次插入0 次删除
  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