diff --git a/README.md b/README.md index 35b6adc..ff214e3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains the community.sap_libs Ansible Collection. The collecti # SAP Module Collection for Ansible -[![CI](https://github.com/sap-linuxlab/community.sap_libs/workflows/CI/badge.svg?event=push)](https://github.com/sap-linuxlab/community.sap_libs/actions) [![Codecov](https://img.shields.io/codecov/c/github/sap-linuxlab/community.sap_libs)](https://codecov.io/gh/sap-linuxlab/community.sap_libs) +[![CI](https://github.com/sap-linuxlab/community.sap_libs/workflows/CI/badge.svg)](https://github.com/sap-linuxlab/community.sap_libs/actions) [![Codecov](https://img.shields.io/codecov/c/github/sap-linuxlab/community.sap_libs)](https://codecov.io/gh/sap-linuxlab/community.sap_libs) diff --git a/changelogs/fragments/11-sap_system_facts_fix_typo.yml b/changelogs/fragments/11-sap_system_facts_fix_typo.yml new file mode 100644 index 0000000..a344d90 --- /dev/null +++ b/changelogs/fragments/11-sap_system_facts_fix_typo.yml @@ -0,0 +1,2 @@ +bugfixes: + - syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed. diff --git a/plugins/modules/system/sap_system_facts.py b/plugins/modules/system/sap_system_facts.py index 48eb1b6..1e790f8 100644 --- a/plugins/modules/system/sap_system_facts.py +++ b/plugins/modules/system/sap_system_facts.py @@ -25,7 +25,7 @@ EXAMPLES = r''' - name: Return SAP system ansible_facts - community.sap_libs.sap_system_fact: + community.sap_libs.sap_system_facts: ''' RETURN = r'''