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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user