vars / frozen: quote variable
ansible wants variables like this quoted. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4aa261f704
commit
860daa90a3
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ InfraFrozen: True
|
||||||
# is the pending release (Branched) currently frozen?
|
# is the pending release (Branched) currently frozen?
|
||||||
NextReleaseFrozen: True
|
NextReleaseFrozen: True
|
||||||
# for 'backwards compatibility'
|
# for 'backwards compatibility'
|
||||||
Frozen: {{ InfraFrozen }}
|
Frozen: "{{ InfraFrozen }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue