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

5 lines
102 B
YAML
Raw Normal View History

2021-02-12 23:32:31 +00:00
- name: restart privatebin
shell:
chdir: /opt/privatebin
cmd: "{{ docker_update_command }}"