1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-04 09:38:52 +00:00

Rename memset_*_facts to memset_*_info (#57030)

* Rename memset_*_facts to memset_*_info

* Add changelog.
This commit is contained in:
Felix Fontein 2019-06-03 21:19:49 +02:00 committed by GitHub
parent 5162d21ea3
commit 7b40b569b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 23 additions and 10 deletions

View file

@ -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

View file

@ -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