mirror of https://github.com/ansible/ansible.git
Remove inline comments from inventory tokenizing.
parent
ad1a02aa55
commit
ba78360c52
@ -0,0 +1,8 @@
|
|||||||
|
[major-god] # group with inline comments
|
||||||
|
zeus var_a=1 # host with inline comments
|
||||||
|
# A comment
|
||||||
|
thor
|
||||||
|
|
||||||
|
[minor-god] # group with inline comment and unbalanced quotes: ' "
|
||||||
|
morpheus # host with inline comments and unbalanced quotes: ' "
|
||||||
|
# A comment with unbalanced quotes: ' "
|
Loading…
Reference in New Issue