mirror of https://github.com/ansible/ansible.git
Merge pull request #3067 from pol/devel
Remove inline comments from inventory tokenizing.pull/3057/merge
commit
b8630d2bc4
@ -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