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:
@@ -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