Bug Summary
I am running this with 2.6 and a minmal playbook and ansible.platform 2.6.20251106 (also tested with devel from this repo)
---
- hosts: localhost
gather_facts: false
tasks:
- name: Authenticate with AAP and obtain token
ansible.platform.token:
register: __aap_token
- name: Revoke authentication token
ansible.platform.token:
existing_token: "{{ __aap_token }}"
state: absent
returns
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to process delete of item due to missing data 'url'"}
I will also submit PR for fix shortly
Select the relevant components
Bug Summary
I am running this with 2.6 and a minmal playbook and ansible.platform 2.6.20251106 (also tested with devel from this repo)
returns
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to process delete of item due to missing data 'url'"}
I will also submit PR for fix shortly
Select the relevant components