Fix conditional check
This commit is contained in:
parent
f6139839f1
commit
aeca7c84dd
1 changed files with 1 additions and 1 deletions
2
site.yml
2
site.yml
|
@ -9,5 +9,5 @@
|
||||||
- role: common
|
- role: common
|
||||||
tags: ['common']
|
tags: ['common']
|
||||||
- role: docker
|
- role: docker
|
||||||
when: docker
|
when: docker is defined
|
||||||
tags: ['docker']
|
tags: ['docker']
|
||||||
|
|
Loading…
Reference in a new issue