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