You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should have filtered to return a specific region by id
Actual Behavior
Errors that id is not a valid filter
Steps to Reproduce
Sample task:
- name: Get region information
linode.cloud.region_list:
api_token: "{{ linode.api_token }}"
filters:
- name: id
values: us-east
register: region_result
Ansible Version
ansible [core 2.13.10]
Ansible Configuration
No response
Effected Components
region_list
Expected Behavior
Should have filtered to return a specific region by id
Actual Behavior
Errors that id is not a valid filter
Steps to Reproduce
Sample task:
fails with:
Although this example comes directly from:
https://github.com/linode/ansible_linode/blob/dev/docs/modules/region_list.md
The text was updated successfully, but these errors were encountered: