Skip to content

Commit 9ceac41

Browse files
authored
Merge pull request #19 from sap-linuxlab/main
mergeback: main to dev
2 parents a84f307 + bfd09a5 commit 9ceac41

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

playbooks/test_restart.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
- hosts: all
3+
become: true
4+
gather_facts: no
5+
vars:
6+
sap_control_function: "restart_all_sap"
7+
roles:
8+
- { role: sap_control }

roles/sap_control/tasks/main.yml

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

8787
# Get SAP Facts
8888
- name: Run sap_facts module to gather SAP facts
89-
sap_facts:
89+
community.sap_libs.sap_system_facts:
9090
param: "{{ sap_facts_param }}"
9191
register: sap_facts_register
9292

roles/sap_profile_update/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
loop_control:
3636
loop_var: passed_parameter
3737
when:
38-
- sap_update_profile_default_profile_params is defined
38+
- sap_update_profile_instance_profile_params is defined

0 commit comments

Comments
 (0)