ansible-test - Enable ACL support on more remotes. (#78299)

pull/78303/head
Matt Clay 4 years ago committed by GitHub
parent 9b42f9befe
commit 8bb20fe06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +0,0 @@
minor_changes:
- ansible-test - Remote FreeBSD instances now have ACLs enabled on the root filesystem.

@ -0,0 +1,4 @@
minor_changes:
- ansible-test - Remote FreeBSD instances now have ACLs enabled on the root filesystem.
- ansible-test - Remote Fedora instances now have the ``acl`` package installed.
- ansible-test - Remote Ubuntu instances now have the ``acl`` package installed.

@ -116,6 +116,7 @@ bootstrap_remote_fedora()
py_pkg_prefix="python3"
packages="
acl
gcc
${py_pkg_prefix}-devel
"
@ -340,6 +341,7 @@ bootstrap_remote_ubuntu()
py_pkg_prefix="python3"
packages="
acl
gcc
python${python_version}-dev
python3-pip

Loading…
Cancel
Save