infrastructure/ansible/roles/privatebin/handlers/main.yml
2021-02-12 23:32:31 +00:00

5 lines
102 B
YAML

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