mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
ini_file: Don't report changed=true when removing if nothing is changed. (#4155)
* don't report changed when nothing is removed * add change log * linter happy * Update plugins/modules/files/ini_file.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/4154-ini_file_changed.yml Co-authored-by: Felix Fontein <felix@fontein.de> * add absent idempotency test Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
05c3e0d69f
commit
f527bb61f9
3 changed files with 14 additions and 3 deletions
2
changelogs/fragments/4154-ini_file_changed.yml
Normal file
2
changelogs/fragments/4154-ini_file_changed.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- ini_file - when removing nothing do not report changed (https://github.com/ansible-collections/community.general/issues/4154).
|
Loading…
Add table
Add a link
Reference in a new issue