This commit is contained in:
Valentin Gurmeza 2018-08-23 14:27:28 -07:00
parent 9a18bd6ef5
commit 44a23bd359

View File

@ -35,7 +35,7 @@
when: ( when: (
docker_remote_access is defined docker_remote_access is defined
) and ( ) and (
( docker_remote_access == "True" ) ( docker_remote_access )
) )