summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-04-27 00:16:36 -0500
committerGitHub <noreply@github.com>2021-04-26 22:16:36 -0700
commitd4a3d6cd0a090e455dcd566db72742fac5aec3d9 (patch)
treeecea71dafc30aea5a6b707447788a702f3b4fe84 /changelogs
parente8c1c1d63609697e83a25753030ff7cd861fd9cb (diff)
downloadansible-d4a3d6cd0a090e455dcd566db72742fac5aec3d9.tar.gz
[ansible-test] Sync opensuse containers with 2.10 (#74436)
* [ansible-test] Sync opensuse containers with 2.10 Change: - OpenSuSE 15.1 is now EOL - Switch containers to use what 2.10 uses, which has 15.2. Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me> * docker version Signed-off-by: Rick Elrod <rick@elrod.me> * needs p7zip-full, otherwise we only get 7zr Signed-off-by: Rick Elrod <rick@elrod.me> * Make sure py2 stays py2 Signed-off-by: Rick Elrod <rick@elrod.me> * no wildcard? Signed-off-by: Rick Elrod <rick@elrod.me> * -x instead of --xml Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-opensuse-15-2.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-opensuse-15-2.yml b/changelogs/fragments/ansible-test-opensuse-15-2.yml
new file mode 100644
index 0000000000..fd2d8b66a5
--- /dev/null
+++ b/changelogs/fragments/ansible-test-opensuse-15-2.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - ansible-test - Use version 1.21.0 of opensuse test containers which is 15.2, since 15.1 is now EOL.