diff --git a/main.yml b/main.yml index ee52c49..c26b705 100644 --- a/main.yml +++ b/main.yml @@ -1,6 +1,6 @@ --- - name: main task - hosts: staging + hosts: "{{ inputHostsGroups }}" vars: build_root_abspath: "/home/dietpi/build/{{ ansible_date_time.iso8601_basic_short }}" demobackend_version: "latest"