Open kevonfernando opened 1 month ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @JayKayy @oolongbrothers click here for bot help
I guess something like module.run_command_environ_update = dict(LANG='C', LC_ALL='C', LC_MESSAGES='C', LC_CTYPE='C')
(or using the environ_update
parameter of module.run_command()
with a similar dict) would help here.
Summary
Installing/Updating apps with the flatpak module always reports
changed
as task status when language is not english. See flatpak.py line 250Issue Type
Bug Report
Component Name
flatpak
Ansible Version
Community.general Version
Configuration
OS / Environment
Control node:
Steps to Reproduce
Expected Results
I expected the reported task status to be
ok
and notchanged
.Actual Results
Code of Conduct