summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/inventory/toml.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Support for Python 3.11+ tomllib for inventory (#77435)Matt Martz2022-06-291-13/+56
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+1
* Type hint fixes.Matt Clay2022-03-071-0/+1
* Type hint fixes.Matt Clay2022-03-041-2/+2
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-061-2/+2
* Allow the TOML inventory to dump unsafe. Fixes #71307 (#71309)Matt Martz2020-08-171-0/+3
* Add support for non-yaml EXAMPLES (#71184)Matt Martz2020-08-121-53/+52
* toml: Clarify about inventory examples (#71180)Abhijeet Kasurde2020-08-101-2/+3
* Remove preview status from TOML inventory (#70770)Matt Martz2020-07-201-7/+0
* starting metadata sunset (#69454)Brian Coca2020-06-041-4/+0
* Fix read vaulted toml inventory (#54226) (#54235)咚咔2019-04-101-3/+3
* Add toggle to control invalid character substitution in group names (#52748)Brian Coca2019-03-061-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-6/+2
* Remove TOML warning on emit (#48385)Matt Martz2018-11-091-2/+0
* Add toml inventory plugin (#41593)Matt Martz2018-11-061-0/+268