diff --git a/mount-all.yml b/mount-all.yml new file mode 100644 index 0000000..a81ba96 --- /dev/null +++ b/mount-all.yml @@ -0,0 +1,8 @@ +--- +- name: Mount all filesystems from fstab + hosts: all + become: yes + + tasks: + - name: Run mount -a + ansible.builtin.command: mount -a \ No newline at end of file