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

5 lines
94 B
YAML
Raw Normal View History

2021-01-22 21:29:27 +00:00
- name: restart yourls
shell:
chdir: /opt/yourls
cmd: "{{ docker_update_command }}"