Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solution to issue#25 #27

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

solution to issue#25 #27

wants to merge 1 commit into from

Conversation

crweller
Copy link

@crweller crweller commented Aug 7, 2024

Please check my solution to the issue#25 in role sap_control.

The solution adopts to the namespace (ansible_facts.sap instead of sap_facts) when calling the module
community.sap_libs.sap_system_facts from the playbook tasks/main.yml.
It also corrects the names of variables that are used in tasks/prepare.yml used in the call of the playbook tasks/sapcontrol.yml.

@rhmk rhmk requested a review from rainerleber August 8, 2024 08:22
Copy link
Member

@rhmk rhmk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@rainerleber rainerleber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest lgtm

@@ -87,12 +87,13 @@
# Get SAP Facts
- name: Run sap_facts module to gather SAP facts
community.sap_libs.sap_system_facts:
param: "{{ sap_facts_param }}"
# param: "{{ sap_facts_param }}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe direkt deletion instead of commenting out the line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants