From f6f343ef9743207a69b037e6c638f24cbc9bb78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 5 Feb 2022 21:24:30 +0100 Subject: [PATCH] add test backupscript --- host_vars/testhost.yaml | 3 ++- roles/backupscript/files/test-backupscript.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 roles/backupscript/files/test-backupscript.sh diff --git a/host_vars/testhost.yaml b/host_vars/testhost.yaml index 5bbfceb..a168642 100644 --- a/host_vars/testhost.yaml +++ b/host_vars/testhost.yaml @@ -1,2 +1,3 @@ --- -dockercompose_yml_name: "docker-compose-test.yml" \ No newline at end of file +dockercompose_yml_name: "docker-compose-test.yml" +backupscript_name: "test-backupscript.sh" diff --git a/roles/backupscript/files/test-backupscript.sh b/roles/backupscript/files/test-backupscript.sh new file mode 100644 index 0000000..7cd4a00 --- /dev/null +++ b/roles/backupscript/files/test-backupscript.sh @@ -0,0 +1 @@ +echo "true" \ No newline at end of file