mirror of https://github.com/ansible/ansible.git
adding a single comma at the end of the options list confuse the module
it start to duplicate line, because this create
a empty option in the list, and so the module add a new line along the previous
one. See
>>> ' a,b, '.strip().split(',')
['a', 'b', '']
reviewable/pr18780/r1
parent
ee4b3a1446
commit
7afaeea131
Loading…
Reference in New Issue