feat(gandi_livedns): support personal access tokens (#8337)

* fix(gandi_livedns): fix unsafe conditionals in tests

* feat(gandi_livedns): support personal access tokens

Fixes #7639
This commit is contained in:
Gilbert Gilb's
2024-05-18 15:42:11 +02:00
committed by GitHub
parent bb73f28bf5
commit a409f8fc2f
5 changed files with 69 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- gandi_livedns - adds support for personal access tokens (https://github.com/ansible-collections/community.general/issues/7639, https://github.com/ansible-collections/community.general/pull/8337).