mirror of
https://github.com/gjkcz/ansible-void.git
synced 2025-11-30 22:00:27 +01:00
Add session cleanup script
This commit is contained in:
@@ -88,6 +88,12 @@
|
||||
line: "DenyUsers student"
|
||||
create: true
|
||||
|
||||
- name: Copy session cleanup script
|
||||
copy:
|
||||
src: 'files/session-cleanup.sh'
|
||||
dest: '/etc/gdm/PostSession/Default'
|
||||
mode: '0755'
|
||||
|
||||
|
||||
- name: Software
|
||||
hosts: all
|
||||
|
||||
Reference in New Issue
Block a user