You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task doesn't work. After a reboot there's nothing saved up; no entries in /etc/fstrab or /etc/systemd/system/ created. I ended up changing this to:
Thats all. Thanks Jérémy Bertozzi for the excellent work with this role. I enjoyed working with it and it saved me a lot of time! I wrote down all the issues I encountered and hope they're useful. All of them were tested in RHEL 8.3 BETA.
The text was updated successfully, but these errors were encountered:
First of all, thank you very much for taking the time to report all those issues.
I guess looking at the date you opened this issue you already picked-up this commit? On RHEL8 at least it seems to work. I am not sure when I pushed it on this repository.
Hi there! The one you mentioned is for 1.1.2 (/tmp partition). The one I opened this task for was 1.1.5 (/de/shm). I reverted snapshot for my RHEL 8.3 BETA VM to its plain-vanilla state (right after installation) and tried the role but indeed it does nothing for /dev/shm (either dynamically or after reboot).
This task doesn't work. After a reboot there's nothing saved up; no entries in /etc/fstrab or /etc/systemd/system/ created. I ended up changing this to:
lineinfile:
dest: /etc/fstab
line: "tmpfs /dev/shm tmpfs defaults,noexec,nodev,nosuid 0 0"
state: present
owner: root
group: root
mode: 0644
create: true
Thats all. Thanks Jérémy Bertozzi for the excellent work with this role. I enjoyed working with it and it saved me a lot of time! I wrote down all the issues I encountered and hope they're useful. All of them were tested in RHEL 8.3 BETA.
The text was updated successfully, but these errors were encountered: