diff --git a/playbooks/test_restart.yml b/playbooks/test_restart.yml deleted file mode 100644 index 1a6cdee..0000000 --- a/playbooks/test_restart.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- hosts: all - become: true - gather_facts: no - vars: - sap_control_function: "restart_all_sap" - roles: - - { role: sap_control }