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

5 lines
110 B
YAML
Raw Normal View History

- name: restart db-auto-backup
shell:
chdir: /opt/db-auto-backup
cmd: "{{ docker_update_command }}"