use master tag instead of pr-11

pull/1/head
Cian Hatton 3 years ago
parent 42b24954cb
commit f88b6d1d77

@ -4,7 +4,7 @@
- hosts: servers - hosts: servers
tasks: tasks:
- name: Find volumes - name: Find volumes
ansible.builtin.shell: docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v /mnt/hdds/backups/:/mnt/hdds/backups/ ghcr.io/chatton/docker-volume-backup:pr-11 list-backups --host-path /mnt/hdds/backups/ --volume-name-filter {{container_name}} ansible.builtin.shell: docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v /mnt/hdds/backups/:/mnt/hdds/backups/ ghcr.io/chatton/docker-volume-backup:master list-backups --host-path /mnt/hdds/backups/ --volume-name-filter {{container_name}}
register: out register: out
- name: Stop the container - name: Stop the container
docker_container: docker_container:

Loading…
Cancel
Save