From 9991fddeb090d07d29c88259e7f3feae87d29e31 Mon Sep 17 00:00:00 2001 From: sean-freeman <1815807+sean-freeman@users.noreply.github.com> Date: Tue, 22 Aug 2023 19:07:33 +0100 Subject: [PATCH] fix: remove redundant file --- playbooks/test_restart.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 playbooks/test_restart.yml 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 }