mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +02:00
fix condition 2
This commit is contained in:
parent
e2dcda4a81
commit
f5597d57f6
@ -43,5 +43,4 @@
|
||||
template:
|
||||
src: apt-preferences-docker.j2
|
||||
dest: /etc/apt/preferences.d/docker
|
||||
when: docker_apt_version is defined and
|
||||
docker_apt_version | length > 0
|
||||
when: docker_apt_version is defined and not empty
|
||||
|
Loading…
Reference in New Issue
Block a user