Files
Ansible_/roles/Mount_BBDD/tasks/main.yml
2020-08-18 07:42:39 +02:00

9 lines
193 B
YAML
Executable File

---
# tasks file for Mount_BBDD
- name: Mount up device by UUID
mount:
path: /BBDD
src: UUID=b3e48f45-f933-4c8e-a700-22a159ec9077
fstype: ext4
opts: noatime
state: present