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/lib/ansible/inventory
Toshio Kuratomi c7c8481181 No need to specialcase comment characters
If the # is inside of quotes, it's a string.  If it's outside of quotes
then an exception will be raised which we'll catch and then send to the
to_text() call at the end of the function anyhow.

Fixes #22868
2017-03-23 13:13:10 -07:00
..
vars_plugins
__init__.py added new 'order' directive to sort hosts in play 2017-03-16 12:13:29 -04:00
dir.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
expand_hosts.py
group.py allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00
host.py allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00
ini.py No need to specialcase comment characters 2017-03-23 13:13:10 -07:00
script.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
yaml.py allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00