mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
New lookup plugin : ini. Can handle ini file and java properties file.
Can also read a list of value in a section using regexp.
This commit is contained in:
5
test/integration/lookup.properties
Normal file
5
test/integration/lookup.properties
Normal file
@@ -0,0 +1,5 @@
|
||||
# A comment
|
||||
value1=Text associated with value1
|
||||
value2=Same for value2
|
||||
value.dot=Properties with dot
|
||||
field.with.space = another space
|
||||
Reference in New Issue
Block a user