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

mergeback: main to dev #19

Merged
merged 8 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions playbooks/test_restart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- hosts: all
become: true
gather_facts: no
vars:
sap_control_function: "restart_all_sap"
roles:
- { role: sap_control }
2 changes: 1 addition & 1 deletion roles/sap_control/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

# Get SAP Facts
- name: Run sap_facts module to gather SAP facts
sap_facts:
community.sap_libs.sap_system_facts:
param: "{{ sap_facts_param }}"
register: sap_facts_register

Expand Down
2 changes: 1 addition & 1 deletion roles/sap_profile_update/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
loop_control:
loop_var: passed_parameter
when:
- sap_update_profile_default_profile_params is defined
- sap_update_profile_instance_profile_params is defined