updated 1.4.2 thanks to @brent-bean #300

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-02-26 11:01:35 +00:00
parent 5c919fb19d
commit 40078515fe
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9
3 changed files with 48 additions and 4 deletions

View file

@ -144,6 +144,15 @@
state: remounted
listen: "Remount /var/log/audit"
- name: "Remounting /boot/efi"
vars:
mount_point: '/boot/efi'
ansible.posix.mount:
path: "{{ mount_point }}"
state: remounted
notify: Change_requires_reboot
listen: "Remount /boot/efi"
- name: Reload sysctl
ansible.builtin.command: sysctl --system
changed_when: true