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
|
- slirp4netns
|
||||||
- fuse-overlayfs
|
- fuse-overlayfs
|
||||||
- crun
|
- crun
|
||||||
|
- container-selinux
|
||||||
|
|
||||||
- name: Deploy container configuration
|
- name: Deploy container configuration
|
||||||
template:
|
template:
|
||||||
@ -26,7 +27,7 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
- name: Set selinux booleans
|
- name: Set SELinux booleans
|
||||||
seboolean:
|
seboolean:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
state: "{{ item.state | bool }}"
|
state: "{{ item.state | bool }}"
|
||||||
@ -41,7 +42,7 @@
|
|||||||
state: directory
|
state: directory
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 2755
|
mode: 02755
|
||||||
|
|
||||||
- name: Create home basedir for systemd users
|
- name: Create home basedir for systemd users
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user