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