mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-30 07:28:52 +00:00
* pacman: don't always return changed w/ update_cache
This used to be the behavior before the recent refactoring. [1]
Allows the following to return changed only when packages were upgraded:
- pacman:
update_cache: yes
upgrade: yes
And the following to return changed only when the foo package wasn't at
the latest version:
- pacman:
name: foo
state: latest
update_cache: yes
[1] https://github.com/ansible-collections/community.general/pull/3907
* Update changelogs/fragments/4318-pacman-restore-old-changed-behavior.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 4108-nmcli-support-modifcation-without-type-param.yml | ||
| 4192-zypper-add-clean-deps.yml | ||
| 4223-syslog-json-skip-syslog-option.yml | ||
| 4275-pacman-sysupgrade.yml | ||
| 4286-pacman-url-pkgs.yml | ||
| 4287-fix-proxmox-vm-chek.yml | ||
| 4288-fix-4259-support-busybox-dd.yml | ||
| 4303-pipx-editable.yml | ||
| 4312-pacman-groups.yml | ||
| 4318-pacman-restore-old-changed-behavior.yml | ||