add hosts

This commit is contained in:
2022-04-16 14:07:39 +02:00
parent 40d8c376b2
commit 0f8a98d7cc
4 changed files with 14 additions and 10 deletions

View File

@ -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