Ver Fonte

[0bin] Start 0bin on install

Colin Powell há 3 anos atrás
pai
commit
fe2ee982a3
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      ansible/roles/0bin/tasks/main.yml

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

@@ -13,3 +13,6 @@
     url: https://github.com/Tygs/0bin/releases/download/v1.0.5/zerobin.pyz
     dest: /usr/local/bin/zerobin.pyz
   notify: Zerobin restarted
+
+- name: 0bin started
+  service: name=zerobin state=started