style 💎: Improve host variable formatting in setupacdc.yml
Updated the `hosts` variable to use double quotes for better readability and consistency with other Ansible variables.
This commit is contained in:
@@ -79,6 +79,6 @@
|
||||
# ansible_user: root
|
||||
|
||||
- name: Provision inside {{ addc_hostname }} LXC
|
||||
hosts: {{ addc_hostname }}
|
||||
hosts: "{{ addc_hostname }}"
|
||||
gather_facts: false
|
||||
become: true
|
||||
Reference in New Issue
Block a user