mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-07 14:44:22 -07:00
* update dnsimple module
* dnsimple: fixes for python-dnsimple >= 2.0.0
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
* rewrite module to support dnsimple-python v1 and v2
* add changelog fragment
* fix sanity checks
* python 2 fixes
* fix dnsimple requirement
* add sandbox module parameter
* Update changelogs/fragments/2946-python-dnsimple-v2-rewrite.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* return only the first traceback
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* use separate classes for python-dnsimple 1 and 2
* add basic tests
* fix checks
* skip tests for unsupported python versions
* Update plugins/modules/net_tools/dnsimple.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* fix conditions
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit f2df1a7581
)
Co-authored-by: Reto Kupferschmid <kupferschmid@puzzle.ch>
This commit is contained in:
parent
1349d38c73
commit
6d147d748f
4 changed files with 316 additions and 70 deletions
2
changelogs/fragments/2946-python-dnsimple-v2-rewrite.yml
Normal file
2
changelogs/fragments/2946-python-dnsimple-v2-rewrite.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- dnsimple - module rewrite to include support for python-dnsimple>=2.0.0; also add ``sandbox`` parameter (https://github.com/ansible-collections/community.general/pull/2946).
|
Loading…
Add table
Add a link
Reference in a new issue