mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +00:00
Allows whitespaces around assignment operators
when defining group variables
This commit is contained in:
parent
23f2a7fc7e
commit
daf797804b
3 changed files with 15 additions and 3 deletions
|
|
@ -34,6 +34,12 @@ rgc=3
|
|||
b=10000
|
||||
c=10001
|
||||
d=10002
|
||||
e = 10003
|
||||
f = 10004 != 10005
|
||||
g = " g "
|
||||
h = ' h '
|
||||
i = ' i "
|
||||
j = " j
|
||||
|
||||
[rtp]
|
||||
rtp_a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue