docs 📝: Update verify.yml documentation for reverse DNS zone creation

Updated the 'name' field in the 'tasks/verify.yml' file to include quotes around the variable {{ addc_reverse_zone_name }} for proper formatting. This change ensures consistent and readable documentation.
This commit is contained in:
2025-11-06 18:06:57 +01:00
parent 3b08c991cd
commit 7fdf0e95e3

View File

@@ -5,7 +5,7 @@
state: started
enabled: true
- name: "Create the reverse DNS zone {{ addc_reverse_zone_name }}"
- name: 'Create the reverse DNS zone {{ addc_reverse_zone_name }}'
community.general.expect:
# Note: The 'expect' module is in the 'community.general' collection
command: "samba-tool dns zonecreate {{ addc_ansible_host }} {{ addc_reverse_zone_name }} -U Administrator"