fix: fix fs permission mode syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
79be60115f
commit
d210335a79
@ -9,6 +9,7 @@
|
||||
- slirp4netns
|
||||
- fuse-overlayfs
|
||||
- crun
|
||||
- container-selinux
|
||||
|
||||
- name: Deploy container configuration
|
||||
template:
|
||||
@ -26,7 +27,7 @@
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
- name: Set selinux booleans
|
||||
- name: Set SELinux booleans
|
||||
seboolean:
|
||||
name: "{{ item.name }}"
|
||||
state: "{{ item.state | bool }}"
|
||||
@ -41,7 +42,7 @@
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: 2755
|
||||
mode: 02755
|
||||
|
||||
- name: Create home basedir for systemd users
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user