diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 4cf128e..b1d2e1d 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 | lower }}" gather_facts: false become: true \ No newline at end of file