mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-23 19:06:54 +01:00
Fixes deprecation warnings about evaluating bare variables
This commit is contained in:
parent
5afc0f8ab4
commit
fa759bdc03
@ -25,7 +25,7 @@
|
||||
meta: flush_handlers
|
||||
|
||||
- include_tasks: docker-compose.yml
|
||||
when: docker_install_compose
|
||||
when: docker_install_compose | bool
|
||||
|
||||
- include_tasks: docker-users.yml
|
||||
when: docker_users
|
||||
when: docker_users | bool
|
||||
|
Loading…
Reference in New Issue
Block a user