mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Rename memset_*_facts to memset_*_info (#57030)
* Rename memset_*_facts to memset_*_info * Add changelog.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: query API with invalid API key
|
||||
memset_memstore_facts:
|
||||
memset_memstore_info:
|
||||
api_key: 'wa9aerahhie0eekee9iaphoorovooyia'
|
||||
name: 'mstestyaa1'
|
||||
ignore_errors: true
|
||||
@@ -12,8 +12,8 @@
|
||||
- "'Memset API returned a 403 response (ApiErrorForbidden, Bad api_key)' in result.msg"
|
||||
- result is not successful
|
||||
|
||||
- name: request memstore facts
|
||||
memset_memstore_facts:
|
||||
- name: request memstore infos
|
||||
memset_memstore_info:
|
||||
api_key: "{{ api_key }}"
|
||||
name: 'mstestyaa1'
|
||||
register: result
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: query API with invalid API key
|
||||
memset_server_facts:
|
||||
memset_server_info:
|
||||
api_key: 'wa9aerahhie0eekee9iaphoorovooyia'
|
||||
name: 'testyaa1'
|
||||
ignore_errors: true
|
||||
@@ -12,8 +12,8 @@
|
||||
- "'Memset API returned a 403 response (ApiErrorForbidden, Bad api_key)' in result.msg"
|
||||
- result is not successful
|
||||
|
||||
- name: request server facts
|
||||
memset_server_facts:
|
||||
- name: request server infos
|
||||
memset_server_info:
|
||||
api_key: "{{ api_key }}"
|
||||
name: 'testyaa1'
|
||||
register: result
|
||||
Reference in New Issue
Block a user