infrastructure/ansible/roles/slides/handlers/main.yml
Jake Howard 82451784a8
All checks were successful
/ terraform (push) Successful in 50s
/ ansible (push) Successful in 1m49s
Deploy slides hosting
2024-03-03 21:39:22 +00:00

5 lines
94 B
YAML

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