Browse Source

[podgrab] Start on first run

Colin Powell 3 năm trước cách đây
mục cha
commit
ae3b1dc7e8
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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