diff --git a/main.yml b/main.yml index d12b213..b80ee2c 100644 --- a/main.yml +++ b/main.yml @@ -1,6 +1,6 @@ --- - name: Create and configure VMs - hosts: all + hosts: "{{ bootstrap_target | default('all') }}" strategy: free # noqa: run-once[play] gather_facts: false become: true