ansible-playbooks

another attempt to have everything organized ...
git clone https://git.e1e0.net/ansible-playbooks.git
Log | Files | Refs | README | LICENSE

main.yml (74B)


      1 ---
      2 - name: restart taskd
      3   service:
      4     name: taskd
      5     state: restarted