Skip to content

Commit

Permalink
try to fix molecule test
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Apr 29, 2021
1 parent bee3cee commit 951d767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/test_restic/tasks/test_access_files.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 951d767

Please sign in to comment.