Fix deprecation warning (Ansible 2.7)

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-12-27 14:13:42 +01:00
parent 24044e4548
commit bb2275fa84
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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"