diff options
author | Matt Clay <matt@mystile.com> | 2024-06-18 01:17:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 01:17:04 +0200 |
commit | dad6f077319d993c0fa440dd426174a54f034c53 (patch) | |
tree | 533515cd9542f01b458216209ffba9c9ff9da41f /test/integration/targets/apt/vars | |
parent | Added docstrings to V2 methods in the CallbackBase Class (2 & 3 of 27) (#83342) (diff) | |
download | ansible-dad6f077319d993c0fa440dd426174a54f034c53.tar.xz ansible-dad6f077319d993c0fa440dd426174a54f034c53.zip |
ansible-test - Update tested platforms (#83446)
* ansible-test - Update tested platforms
* Add work-around for Alpine tests
* Fix prepare_http_tests on Fedora
* Fix deb-src setup for Ubuntu 24.04+
* Set multiarch_test_pkg for Ubuntu 24.04
* Update AZP test matrix
Diffstat (limited to 'test/integration/targets/apt/vars')
-rw-r--r-- | test/integration/targets/apt/vars/Ubuntu-24.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/apt/vars/Ubuntu-24.yml b/test/integration/targets/apt/vars/Ubuntu-24.yml new file mode 100644 index 0000000000..6a6bb8e6b9 --- /dev/null +++ b/test/integration/targets/apt/vars/Ubuntu-24.yml @@ -0,0 +1 @@ +multiarch_test_pkg: libunistring5 |