mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
7 lines
131 B
Text
7 lines
131 B
Text
|
if mountpoint -q {{ restic_archiver__mount_disk }}
|
||
|
then
|
||
|
echo "{{ restic_archiver__mount_disk }} is mounted"
|
||
|
else
|
||
|
mount -a
|
||
|
fi
|