You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ansible installed from Fedora 40 repos
Target node:
Fedora Silverblue 40
Steps to Reproduce
- name: Install flatpaks from the Flathub remote to the system installationcommunity.general.flatpak:
method: systemremote: flathubname:
- page.kramo.Cartridgesstate: latest
Expected Results
I expected the reported task status to be ok and not changed.
Actual Results
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
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
$ ansible --version
Community.general Version
Configuration
$ ansible-config dump --only-changed
OS / Environment
Control node:
Target node:
Steps to Reproduce
Expected Results
I expected the reported task status to be
ok
and notchanged
.Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: