feat(ipa_dnsrecord): add multiple record support (#4578)

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
genofire 2022-05-09 22:28:34 +02:00 committed by GitHub
commit 72bffce2fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 74 additions and 45 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- ipa_dnsrecord - add new argument ``record_values``, mutually exclusive to ``record_value``, which supports multiple values for one record (https://github.com/ansible-collections/community.general/pull/4578).