Add missing 'become' #6

Merged
weeman merged 1 commits from Brain/ki-ansible:patch-3 into main 2021-12-06 16:41:20 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
- docker-compose.yml
- name: be sure the ki services are running
become: true
community.docker.docker_compose:
project_src: /var/docker/ki
pull: yes