Skip to content

Commit 8366b79

Browse files
authored
fix typo (#11)
* fix typo * add changelog fragmet
1 parent f980073 commit 8366b79

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the community.sap_libs Ansible Collection. The collecti
66

77
# SAP Module Collection for Ansible
88
<!-- Add CI and code coverage badges here. Samples included below. -->
9-
[![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)
9+
[![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)
1010

1111
<!-- Describe the collection and why a user would want to use it. What does the collection do? -->
1212

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed.

plugins/modules/system/sap_system_facts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
EXAMPLES = r'''
2727
- name: Return SAP system ansible_facts
28-
community.sap_libs.sap_system_fact:
28+
community.sap_libs.sap_system_facts:
2929
'''
3030

3131
RETURN = r'''

0 commit comments

Comments
 (0)