Add mount-all.yml
This commit is contained in:
8
mount-all.yml
Normal file
8
mount-all.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- name: Mount all filesystems from fstab
|
||||||
|
hosts: all
|
||||||
|
become: yes
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: Run mount -a
|
||||||
|
ansible.builtin.command: mount -a
|
||||||
Reference in New Issue
Block a user