mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
add user to firejail.users file
This commit is contained in:
parent
975a177fbf
commit
730339e07b
1 changed files with 6 additions and 0 deletions
|
|
@ -34,3 +34,9 @@
|
|||
state: present
|
||||
line: "blacklist {{ item }}"
|
||||
with_items: "{{ firejail.blacklist }}"
|
||||
|
||||
- name: Add user to firejail users
|
||||
lineinfile:
|
||||
dest: /etc/firejail/firejail.users
|
||||
state: present
|
||||
line: "{{ user.name }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue