1
0
Fork 0

build: update Borg Ansible role to v0.9.3

This commit is contained in:
Arthur BOUDREAULT 2022-09-05 15:15:30 +02:00
parent 946eb435f1
commit c76abf8f3f

View file

@ -18,7 +18,7 @@
# #
#-----------------------------------------------------------------------------#
- name: Download BorgBackup role on localhost
ansible.builtin.command: ansible-galaxy install m3nu.ansible_role_borgbackup,v0.9.0 -p "{{ _ansible_role_directory }}"
ansible.builtin.command: ansible-galaxy install m3nu.ansible_role_borgbackup,v0.9.3 -p "{{ _ansible_role_directory }}"
delegate_to: localhost
become: False
tags: