mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 00:21:23 -07:00
ini_file - add feature 'section_has_values' (#7505)
* insert new code * add changelog * add argument_spec * sanity check * docstring version_added * version-added-must-be-major-or-minor * Update plugins/modules/ini_file.py Co-authored-by: Felix Fontein <felix@fontein.de> * check for default value `None` * typo in example * add integration test and rename option * add license * update "version added" in docstring * insert new code * remove whitespace * update examples * support exclusive, allow_no_value, multiple values in section_has_values * prefer Todd's variable naming in loops * resolve number clash in file names * pass sanity test validate-modules * Documentation updates --------- Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Todd Lewis <todd_lewis@unc.edu>
This commit is contained in:
parent
865de5baa0
commit
be4d5b7dc4
4 changed files with 476 additions and 7 deletions
|
@ -16,7 +16,6 @@
|
|||
|
||||
- name: include tasks
|
||||
block:
|
||||
|
||||
- name: include tasks to perform basic tests
|
||||
include_tasks: tests/00-basic.yml
|
||||
|
||||
|
@ -50,3 +49,6 @@
|
|||
|
||||
- name: include tasks to test optional spaces in section headings
|
||||
include_tasks: tests/07-section_name_spaces.yml
|
||||
|
||||
- name: include tasks to test section_has_values
|
||||
include_tasks: tests/08-section.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue