build: update Borg Ansible role to v0.9.3
This commit is contained in:
parent
946eb435f1
commit
c76abf8f3f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
# #
|
# #
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
- name: Download BorgBackup role on localhost
|
- 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
|
delegate_to: localhost
|
||||||
become: False
|
become: False
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue