Add mount-all.yml

This commit is contained in:
2026-03-21 14:39:56 -04:00
parent 387d60d162
commit fae8f61df7

8
mount-all.yml Normal file
View 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