Description
ROSE_ORIG_HOST is not written correctly to [template variables] section (missing quotes around the value):
$ cat ~/cylc-run/any_rose_suite/opt/rose-suite-cylc-install.conf
# This file records CLI Options.
# Installed with:
# * Cylc Rose: 1.7.0
# * Rose : 2.6.0
# * Cylc : 8.6.0
!opts=
[env]
# ROSE_ORIG_HOST set by cylc install.
ROSE_ORIG_HOST=host.name
[template variables]
# ROSE_ORIG_HOST set by cylc install.
ROSE_ORIG_HOST=host.name
Reproducible Example
Install any suite with rose-suite.conf file.
Expected Behaviour
Needs adding quotes around values in templating sections here.