File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,13 @@ docker = [
68
68
ec2 = []
69
69
gce = []
70
70
podman = [
71
- # selinux python module is needed as least by ansible-podman modules
72
- # and allows us of isolated (default) virtualenvs. It does not avoid need
73
- # to install the system selinux libraries but it will provide a clear
74
- # message when user has to do that.
71
+ ]
72
+ selinux = [
73
+ # selinux python module is needed as least by podman and docker on systems
74
+ # that do have selinux enabled and where code is running inside of an
75
+ # isolated (default) virtualenv. It does not avoid need to install the
76
+ # system selinux libraries but it will provide a clear message when user
77
+ # has to do that.
75
78
' selinux; sys_platform=="linux2"' ,
76
79
' selinux; sys_platform=="linux"' ,
77
80
]
You can’t perform that action at this time.
0 commit comments