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

Updated the 'name' section of the verify.yml file to include a comment explaining the purpose of creating the reverse DNS zone, making it easier to understand and maintain.
This commit is contained in:
2025-11-06 18:14:38 +01:00
parent 7fdf0e95e3
commit b6eb405236

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"