chore 📦: Update setupacdc.yml to use correct hostname

Updated the hosts variable in the setupacdc.yml file to match the actual hostname 'dc1' instead of 'addc_hostname'. This change ensures that the provisioning task targets the correct host.
This commit is contained in:
2025-11-02 09:33:36 +01:00
parent 05ab960852
commit deb7676cce

View File

@@ -79,6 +79,6 @@
# ansible_user: root # ansible_user: root
- name: Provision inside {{ addc_hostname }} LXC - name: Provision inside {{ addc_hostname }} LXC
hosts: "{{ addc_hostname | lower }}" hosts: dc1
gather_facts: false gather_facts: false
become: true become: true