Does anyone have any experience or knowledge of the 
community.general.ipa_dnsrecord module?  I'm trying to use it to remove DNS 
records, but when the play runs, all I get are green "ok" for each host, 
indicating that the records are already gone, but the are not.  They are 
still there and remain there.  Here's what I'm trying to do:

- name: Remove DNS 'A' Record for zone
   community.general.ipa_dnsrecord:
     name: "{{ ansible_fqdn }}"
     record_type: 'A'
     record_value: "{{ ansible_default_ipv4.address }}"
     zone_name: example.com
     state: absent
     ipa_host: ipaserver
     ipa_user: admin
     ipa_pass: "{{ secure_pass }}"

Any ideas on why the "absent" would not be removing those records?

Thanks,
Harry

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a0c3b3b0-9da5-4ae5-98fd-2916d6f315a7n%40googlegroups.com.

Reply via email to