ansible-test - Install `acl` on Alpine remotes. (#78303)

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

@ -2,3 +2,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.
- ansible-test - Remote Alpine instances now have the ``acl`` package installed.

@ -85,6 +85,7 @@ bootstrap_remote_alpine()
py_pkg_prefix="py3"
packages="
acl
bash
gcc
python3-dev

Loading…
Cancel
Save