cups: Make sure that correct locales are installed

This commit is contained in:
Timo Mäkinen 2025-02-01 19:13:49 +02:00
parent 4e49fa062a
commit b9a2d06df0

View file

@ -1,4 +1,12 @@
---
- name: Install packages
ansible.builtin.package:
name: "{{ item }}"
state: installed
with_items:
- cups-client
- glibc-langpack-fi
- name: Check paper size
ansible.builtin.shell:
cmd: |
@ -20,11 +28,6 @@
changed_when: result.rc == 0
when: locale_check.rc != 0
- name: Install packages
ansible.builtin.package:
name: cups-client
state: installed
- name: Create config directory
ansible.builtin.file:
path: /etc/cups