Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Felix Herzog
2019-10-28 14:43:54 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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 | length > 0