Files
community.general/plugins/modules
Evangelos Foutras cc8151f209 pacman: don't always return changed w/ update_cache (#4318)
* 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>
2022-03-06 21:38:33 +01:00
..
2021-11-09 19:59:34 +01:00
2022-01-08 15:40:13 +01:00
2021-01-27 19:30:03 +01:00
2020-06-10 21:01:16 +03:00
2021-03-04 07:46:37 +01:00
2020-07-17 07:39:37 +03:00
2021-06-04 07:08:54 +02:00
2021-10-06 07:01:54 +02:00
2021-05-13 21:48:49 +02:00
2021-09-20 19:47:23 +02:00
2020-08-11 17:54:41 +02:00
2021-10-31 18:38:21 +01:00
2021-01-28 07:26:48 +01:00
2021-02-16 11:46:39 +01:00
2022-01-05 08:30:44 +13:00
2020-08-18 09:10:41 +02:00