diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 1c2d9e4..4cf128e 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -79,6 +79,6 @@ # ansible_user: root - name: Provision inside {{ addc_hostname }} LXC - hosts: {{ addc_hostname }} + hosts: "{{ addc_hostname }}" gather_facts: false become: true \ No newline at end of file