Deploy deluge in docker

Makes version managing so much easier!
This commit is contained in:
Jake Howard
2021-02-01 17:24:36 +00:00
parent ac68b36841
commit e8496ddced
5 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- name: restart deluge
shell:
chdir: /opt/deluge
cmd: "{{ docker_update_command }}"