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

5 lines
94 B
YAML
Raw Normal View History

2024-03-03 21:39:22 +00:00
- name: restart slides
shell:
chdir: /opt/slides
cmd: "{{ docker_update_command }}"