Files
TWS-Semaphore/mount-all.yml
2026-03-21 14:39:56 -04:00

8 lines
146 B
YAML

---
- name: Mount all filesystems from fstab
hosts: all
become: yes
tasks:
- name: Run mount -a
ansible.builtin.command: mount -a