mirror of https://github.com/ansible/ansible.git
* Don't actually update the cache in check mode
Add tests for updating the cache in check mode
* Don't mark packages as manually installed in check mode and add a test for it
* changelog
* Update test/integration/targets/apt/tasks/apt.yml
* fix test
(cherry picked from commit 3add5e9321)
pull/78687/head
parent
b2553d162d
commit
702eadf21b
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- apt - don't actually update the cache in check mode with update_cache=true.
|
||||
- apt - don't mark existing packages as manually installed in check mode (https://github.com/ansible/ansible/issues/66413).
|
||||
Loading…
Reference in New Issue