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

Merged
merged 1 commit into from
Jan 14, 2025
Merged

solution to issue#25 #27

merged 1 commit into from
Jan 14, 2025

Conversation

crweller
Copy link
Contributor

@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

@rhmk
Copy link
Member

rhmk commented Jan 14, 2025

As all reviewer approved the PR I have merged

@rhmk rhmk merged commit 2295d51 into sap-linuxlab:dev Jan 14, 2025
1 of 2 checks passed
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