Skip to content

Commit

Permalink
Merge pull request #19 from sap-linuxlab/main
Browse files Browse the repository at this point in the history
mergeback: main to dev
  • Loading branch information
sean-freeman authored Aug 22, 2023
2 parents a84f307 + bfd09a5 commit 9ceac41
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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

0 comments on commit 9ceac41

Please sign in to comment.