mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2025-01-05 15:10:18 +01:00
try to fix molecule test
This commit is contained in:
parent
bee3cee067
commit
951d767857
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue