infrastructure/ansible/roles/deluge/handlers/main.yml

5 lines
94 B
YAML
Raw Normal View History

- name: restart deluge
shell:
chdir: /opt/deluge
cmd: "{{ docker_update_command }}"