Closed mhuebert closed 11 years ago
The following produces "Parser error: Expected child node or newline but "." found."
foreach alert.list as message p #{message}
...a workaround is to explicitly assign alert.list to a 'list' variable:
- list = alert.list foreach list as message p #{message}
Thanks. I will try to fix.
The following produces "Parser error: Expected child node or newline but "." found."
...a workaround is to explicitly assign alert.list to a 'list' variable: