Change the language used in the unarchive test. (#78382)

The current language pack fails to install on Ubuntu 22.04.
However, since the langauge only needs to be non-English, changing it preserves the test functionality.
pull/78387/head
Matt Clay 2 years ago committed by GitHub
parent 9bf5da8f75
commit 234938cd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
- name: test non-ascii with different LANGUAGE
when: ansible_os_family == 'Debian'
block:
- name: install de language pack
- name: install fr language pack
apt:
name: language-pack-de
name: language-pack-fr
state: present
- name: create our unarchive destination
@ -38,4 +38,4 @@
state: absent
environment:
LANGUAGE: de_DE:en
LANGUAGE: fr_FR:fr

Loading…
Cancel
Save