diff --git a/main.yml b/main.yml index 26da51b..72d5d8b 100644 --- a/main.yml +++ b/main.yml @@ -1,7 +1,8 @@ --- - name: main task hosts: "{{ inputHostsGroups }}" - connection: local + collections: + - community.docker vars: build_root_abspath: "/home/dietpi/build/{{ ansible_date_time.iso8601_basic_short }}" demobackend_version: "latest"