mirror of
https://github.com/luzifer-ansible/duplicity-backup.git
synced 2024-11-08 13:40:01 +00:00
Fix: Same again
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
47bf39f4e0
commit
272b4d91d5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
- lftp
|
||||
- python3-pip
|
||||
update_cache: yes
|
||||
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '20.04'
|
||||
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '20.04'
|
||||
|
||||
- name: Install required pip package
|
||||
pip:
|
||||
|
|
Loading…
Reference in a new issue