1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins
Daniel Ziegenberg 25267b8094
ini_file: add multiple options with same name to ini file (#3033)
* ini_file - prepare for fixing #273
 - restructure tests
 - fix error message call: fail_json() takes 1 positional argument but 2 were given

* ini_file - multiple values for one option (#273)
  - add module option 'exclusive' (boolean) for the abbility to add
    single option=value entries without overwriting existing options
    with the same name but different values
  - add abbility to define multiple options with the same name but
    different values

* ini_file - add more tests for ini_file

* ini_file - fix sanity tests

* apply suggested changes:

- rename 03-regressions.yml to 03-encoding.yml
- fix typos
- fix documentation

* apply suggested changes:

- test errors also for result is failed

* apply suggested changes:

- make state=absent also work with module option exclusive
- add more tests for state=absent and module option exclusive

* fix sanity test:

- 02-values.yml:251:9: hyphens: too many spaces after hyphen

* apply proposed changes

* apply proposed changes from review
- adjust version_added to 3.6.0
- small syntax change in changelog fragment
2021-08-15 12:59:50 +02:00
..
action fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
become Update BOTMETA, fix some plugin authors, improve BOTMETA extra sanity test (#3069) 2021-07-26 11:44:41 +02:00
cache Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
callback Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
connection Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
doc_fragments Remove deprecated netapp leftovers. (#3197) 2021-08-12 22:14:34 +02:00
filter fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
inventory Fix new devel sanity errors. (#3194) 2021-08-12 12:07:50 +02:00
lookup mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
module_utils Remove deprecated netapp leftovers. (#3197) 2021-08-12 22:14:34 +02:00
modules ini_file: add multiple options with same name to ini file (#3033) 2021-08-15 12:59:50 +02:00