add hosts
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
---
|
||||
- name: Mount up device by UUID
|
||||
ansible.posix.mount:
|
||||
path: "{{ mountpoint_path }}"
|
||||
src: "UUID={{ mountpoint_uuid }}"
|
||||
fstype: "{{ mountpoint_fstype }}"
|
||||
opts: "{{ mountpoint_opts }}"
|
||||
state: mounted
|
Reference in New Issue
Block a user