Unify bind mounts for localhome and non-localhome devices

This commit is contained in:
Raphael Dannecker 2025-03-26 14:49:31 +01:00
parent 5b19a529f2
commit 1018912703
2 changed files with 6 additions and 8 deletions

View file

@ -205,6 +205,12 @@
</volume>
state: absent
- name: Remove pam_mount for VM bind mounts
ansible.builtin.blockinfile:
dest: /etc/security/pam_mount.conf.xml
marker: "<!-- {mark} ANSIBLE MANAGED BLOCK (bind mount school for VMs) -->"
state: absent
- name: Check if rmlpr.timer is installed
ansible.builtin.stat:
path: /etc/systemd/system/rmlpr.timer