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

5 lines
92 B
YAML
Raw Normal View History

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