You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be converted to ensure that docker.version exists prior to the equality check otherwise it will fail if you diverge some of the variables within the docker dict.
The text was updated successfully, but these errors were encountered:
Currently, the task is structured in the code blocks below:
windows-docker-role/tasks/main.yml
Lines 51 to 58 in 10770bb
windows-docker-role/tasks/main.yml
Lines 60 to 68 in 10770bb
This should be converted to ensure that
docker.version
exists prior to the equality check otherwise it will fail if you diverge some of the variables within thedocker
dict.The text was updated successfully, but these errors were encountered: