Unify bind mounts for localhome and non-localhome devices
This commit is contained in:
parent
5b19a529f2
commit
1018912703
2 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue