4
0
Fork 0

Readme Update, Yamllint Update

Signed-off-by: Stephen Williams <stephenw@mindpointgroup.com>
This commit is contained in:
Stephen Williams 2023-04-10 13:48:47 -04:00
parent eee101c844
commit 4a40facca9
No known key found for this signature in database
GPG key ID: 5E72F3F34A871C11
8 changed files with 249 additions and 50 deletions

View file

@ -26,7 +26,7 @@
"1.1.2.2 | PATCH | Ensure nodev option set on /tmp partition"
"1.1.2.3 | PATCH | Ensure noexec option set on /tmp partition"
"1.1.2.4 | PATCH | Ensure nosuid option set on /tmp partition"
ansible.builtin.mount:
ansible.posix.mount:
name: /tmp
src: "{{ item.device }}"
fstype: "{{ item.fstype }}"