refactor: replace verbose flag with Ansible verbosity (-v) flag
- Remove custom 'verbose' parameter from module - Use Ansible's built-in verbosity setting (module._verbosity) - Verbose output now shown with -v, -vv, -vvv flags - Add notes to DOCUMENTATION explaining -v flag usage - Update all examples to remove verbose: true parameter - Update all documentation to mention -v flag instead - Simplifies module interface by leveraging Ansible conventions
This commit is contained in:
@@ -82,7 +82,6 @@ list_of_nsupdate_zones:
|
||||
# SOA and DNSSEC records are ignored by default
|
||||
ignore_record_patterns:
|
||||
- '^_acme-challenge\..*'
|
||||
verbose: true # Show detailed per-record actions
|
||||
zones: "{{ list_of_nsupdate_zones }}"
|
||||
register: zone_update_result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user