try to fix molecule test

This commit is contained in:
L3D 2021-04-29 17:21:30 +02:00
parent bee3cee067
commit 951d767857
No known key found for this signature in database
GPG key ID: CD08445BFF4313D1

View file

@ -1,7 +1,7 @@
--- ---
- name: Stat test access file - name: Stat test access file
stat: stat:
path: ~/restic/access-test.sh path: /opt/restic/access-test.sh
register: test_file register: test_file
- name: Check that the test access file exists - name: Check that the test access file exists
assert: assert:
@ -10,7 +10,7 @@
- name: Stat test_stdin access file - name: Stat test_stdin access file
stat: stat:
path: ~/restic/access-test_stdin.sh path: /opt/restic/access-test_stdin.sh
register: test_stdin_file register: test_stdin_file
- name: Check that the test_stdin access file exists - name: Check that the test_stdin access file exists
assert: assert: