Skip to content

Commit

Permalink
ansible-test - Enable ACL support on more remotes. (#78299)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Jul 19, 2022
1 parent 9b42f9b commit 8bb20fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions changelogs/fragments/ansible-test-freebsd-remote-acl.yml

This file was deleted.

4 changes: 4 additions & 0 deletions changelogs/fragments/ansible-test-remote-acl.yml
@@ -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.
2 changes: 2 additions & 0 deletions test/lib/ansible_test/_util/target/setup/bootstrap.sh
Expand Up @@ -116,6 +116,7 @@ bootstrap_remote_fedora()
py_pkg_prefix="python3"

packages="
acl
gcc
${py_pkg_prefix}-devel
"
Expand Down Expand Up @@ -340,6 +341,7 @@ bootstrap_remote_ubuntu()
py_pkg_prefix="python3"

packages="
acl
gcc
python${python_version}-dev
python3-pip
Expand Down

0 comments on commit 8bb20fe

Please sign in to comment.