mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-12-21 19:07:06 +01:00
Merge pull request #146 from danbohea/master
Fixes deprecation warnings about evaluating bare variables
This commit is contained in:
commit
7f6b3e1dec
@ -25,7 +25,7 @@
|
|||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
|
|
||||||
- include_tasks: docker-compose.yml
|
- include_tasks: docker-compose.yml
|
||||||
when: docker_install_compose
|
when: docker_install_compose | bool
|
||||||
|
|
||||||
- include_tasks: docker-users.yml
|
- include_tasks: docker-users.yml
|
||||||
when: docker_users
|
when: docker_users | bool
|
||||||
|
Loading…
Reference in New Issue
Block a user