From 951d767857649afb3f94e12c085a724d50641a21 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 29 Apr 2021 17:21:30 +0200 Subject: [PATCH] try to fix molecule test --- molecule/default/test_restic/tasks/test_access_files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/default/test_restic/tasks/test_access_files.yml b/molecule/default/test_restic/tasks/test_access_files.yml index 74418f9..4cb1fc5 100644 --- a/molecule/default/test_restic/tasks/test_access_files.yml +++ b/molecule/default/test_restic/tasks/test_access_files.yml @@ -1,7 +1,7 @@ --- - name: Stat test access file stat: - path: ~/restic/access-test.sh + path: /opt/restic/access-test.sh register: test_file - name: Check that the test access file exists assert: @@ -10,7 +10,7 @@ - name: Stat test_stdin access file stat: - path: ~/restic/access-test_stdin.sh + path: /opt/restic/access-test_stdin.sh register: test_stdin_file - name: Check that the test_stdin access file exists assert: