[PR #8091/67736d79 backport][stable-8] Fix consul_token usage without accessor_id. (#8097)

Fix consul_token usage without accessor_id. (#8091)

* Fix consul_token usage without accessor_id.

* Update changelogs/fragments/8091-consul-token-fixes.yaml

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

* Update plugins/modules/consul_token.py

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

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 67736d796a)

Co-authored-by: Florian Apolloner <florian@apolloner.eu>
This commit is contained in:
patchback[bot] 2024-03-14 23:39:10 +01:00 committed by GitHub
commit 12ab33df84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 1 deletions

View file

@ -14,6 +14,17 @@
- foo-access
- foo-access2
- name: Create token without accessor
community.general.consul_token:
state: present
register: simple_create_result
- assert:
that:
- simple_create_result is changed
- simple_create_result.token.AccessorID
- simple_create_result.operation == 'create'
- name: Create token
community.general.consul_token:
state: present