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: