style 💎: Fix typo in hostname variable

Corrected the typo in the `addc_hostname` variable to ensure correct host selection for LXC provisioning.
This commit is contained in:
2025-11-02 09:31:25 +01:00
parent 9f1ee6b80e
commit 05ab960852

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 }}" hosts: "{{ addc_hostname | lower }}"
gather_facts: false gather_facts: false
become: true become: true