mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 18:11:43 -07:00
Add modify_inactive_option
option to ini_file
module to ignore matching commented key:value pairs (#7401)
* Add `modify_inactive_option` option to `ini_file` module to ignore matching commented key:value pairs * Add changelog fragment * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * Minor comment fix * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
714e06089e
commit
6ee1f27304
4 changed files with 152 additions and 8 deletions
|
@ -44,3 +44,6 @@
|
|||
|
||||
- name: include tasks to test ignore_spaces
|
||||
include_tasks: tests/05-ignore_spaces.yml
|
||||
|
||||
- name: include tasks to test modify_inactive_option
|
||||
include_tasks: tests/06-modify_inactive_option.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue