Skip to content

Commit bfd09a5

Browse files
authored
Call sap_system_facts module from sap_libs
1 parent 5aebc15 commit bfd09a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)