4 lines
96 B
YAML
4 lines
96 B
YAML
- name: restart website
|
|
shell:
|
|
chdir: /opt/website
|
|
cmd: "{{ docker_update_command }}"
|