From 2356da062523d3f04f0765a3469c0ef7d4fffdf6 Mon Sep 17 00:00:00 2001 From: Rainer Leber <39616583+rainerleber@users.noreply.github.com> Date: Sat, 9 Jul 2022 15:18:28 +0000 Subject: [PATCH 1/4] fix typo --- plugins/modules/system/sap_system_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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''' From d06cebaf838f862741a27ddde21c4ed5c32d0625 Mon Sep 17 00:00:00 2001 From: Rainer Leber <39616583+rainerleber@users.noreply.github.com> Date: Sat, 9 Jul 2022 15:23:00 +0000 Subject: [PATCH 2/4] add changelog fragmet --- changelogs/fragments/11-sap_system_facts_fix_typo.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/11-sap_system_facts_fix_typo.yml 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..7a64f58 --- /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. \ No newline at end of file From 1d8765f559bdb283f083db736e1e86470c1d816e Mon Sep 17 00:00:00 2001 From: Rainer Leber <39616583+rainerleber@users.noreply.github.com> Date: Sat, 9 Jul 2022 15:23:46 +0000 Subject: [PATCH 3/4] add new line in change log fragment --- changelogs/fragments/11-sap_system_facts_fix_typo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/11-sap_system_facts_fix_typo.yml b/changelogs/fragments/11-sap_system_facts_fix_typo.yml index 7a64f58..a344d90 100644 --- a/changelogs/fragments/11-sap_system_facts_fix_typo.yml +++ b/changelogs/fragments/11-sap_system_facts_fix_typo.yml @@ -1,2 +1,2 @@ bugfixes: - - syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed. \ No newline at end of file + - syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed. From b6671852cf0aaae6d226f4d8958df929dad80516 Mon Sep 17 00:00:00 2001 From: Rainer Leber <39616583+rainerleber@users.noreply.github.com> Date: Sat, 9 Jul 2022 15:25:57 +0000 Subject: [PATCH 4/4] change badge reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)