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
parent cf55ef852e
commit 72bffce2fe
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).