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