Skip to content

Commit

Permalink
ansible-test - Install acl on Alpine remotes. (#78303)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Jul 19, 2022
1 parent 8bb20fe commit 8565dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/fragments/ansible-test-remote-acl.yml
Expand Up @@ -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.
1 change: 1 addition & 0 deletions test/lib/ansible_test/_util/target/setup/bootstrap.sh
Expand Up @@ -85,6 +85,7 @@ bootstrap_remote_alpine()
py_pkg_prefix="py3"

packages="
acl
bash
gcc
python3-dev
Expand Down

0 comments on commit 8565dea

Please sign in to comment.