mirror of https://github.com/ansible/ansible.git
Filter DNSimple request by record name. (#49981)
* Filter DNSimple request by record name.
The request was not filtered and DNSimple returns only the first 100
records so if the number of records is larger the check could fail.
This patch fixes the issue and also makes the check to perform better.
* Add changelog fragment.
(cherry picked from commit e0274adafe
)
pull/52888/head
parent
bcd1289ff2
commit
e7cf6b7513
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- fix DNSimple to ensure check works even when the number of records is larger than 100
|
Loading…
Reference in New Issue