Skip to content

Commit a1c5c2b

Browse files
authored
Comment Get SAP Facts tasks as it is giving errors
1 parent e0076ed commit a1c5c2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roles/sap_control/tasks/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
# name: roles/sap_info
8686

8787
# Get SAP Facts
88-
- name: Run sap_facts module to gather SAP facts
89-
sap_facts:
90-
param: "{{ sap_facts_param }}"
91-
register: sap_facts_register
88+
#- name: Run sap_facts module to gather SAP facts
89+
# sap_facts:
90+
# param: "{{ sap_facts_param }}"
91+
# register: sap_facts_register
9292

9393
- name: Debug facts
9494
ansible.builtin.debug:

0 commit comments

Comments
 (0)