mirror of
https://github.com/luzifer-ansible/duplicity-backup.git
synced 2024-11-09 14:10:00 +00:00
Fix deprecation warning (Ansible 2.7)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
24044e4548
commit
bb2275fa84
1 changed files with 2 additions and 4 deletions
|
@ -9,12 +9,10 @@
|
||||||
- python-pip
|
- python-pip
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
- name: Install required pip packages
|
- name: Install required pip package
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
name: boto
|
||||||
state: latest
|
state: latest
|
||||||
with_items:
|
|
||||||
- boto
|
|
||||||
|
|
||||||
- name: Get current duplicity-backup version
|
- name: Get current duplicity-backup version
|
||||||
shell: "/usr/local/bin/duplicity-backup --version || true"
|
shell: "/usr/local/bin/duplicity-backup --version || true"
|
||||||
|
|
Loading…
Reference in a new issue