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

5 lines
110 B
YAML

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