Fix conditional check

This commit is contained in:
paul 2020-08-10 23:52:56 +02:00
parent f6139839f1
commit aeca7c84dd
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@
- role: common
tags: ['common']
- role: docker
when: docker
when: docker is defined
tags: ['docker']