File: fix-integration-tests.patch

package info (click to toggle)
ansible-core 2.19.0~beta6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 32,628 kB
  • sloc: python: 180,313; cs: 4,929; sh: 4,601; xml: 34; makefile: 21
file content (21 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Fix integration tests unarchive
Author: Lee Garrett <debian@rocketjump.eu>
Forwarded: https://github.com/ansible/ansible/pull/84487
Last-Update: 2025-05-12
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/integration/targets/unarchive/tasks/test_different_language_var.yml
+++ b/test/integration/targets/unarchive/tasks/test_different_language_var.yml
@@ -1,10 +1,11 @@
 - name: test non-ascii with different LANGUAGE
   when: ansible_os_family == 'Debian'
   block:
-    - name: install fr language pack
+    - name: install fr language pack on Ubuntu
       apt:
         name: language-pack-fr
         state: present
+      when: ansible_distribution == 'Ubuntu'
 
     - name: create our unarchive destination
       file: