mirror of
https://github.com/luzifer-ansible/duplicity-backup.git
synced 2024-11-08 13:40:01 +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
|
||||
update_cache: yes
|
||||
|
||||
- name: Install required pip packages
|
||||
- name: Install required pip package
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
name: boto
|
||||
state: latest
|
||||
with_items:
|
||||
- boto
|
||||
|
||||
- name: Get current duplicity-backup version
|
||||
shell: "/usr/local/bin/duplicity-backup --version || true"
|
||||
|
|
Loading…
Reference in a new issue