mirror of
https://github.com/luzifer-ansible/duplicity-backup.git
synced 2024-11-08 13:40:01 +00:00
Fix: Wrong indent
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
78a8616bb0
commit
47bf39f4e0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
- lftp
|
||||
- python-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 apt packages
|
||||
apt:
|
||||
|
|
Loading…
Reference in a new issue