Closed lae closed 4 months ago
Several tasks are outputting these warnings. Need to investigate.
TASK [lae.proxmox : Configure Proxmox roles] ************************************************************************************************************************************************* <unknown>:59: SyntaxWarning: invalid escape sequence '\(' <unknown>:60: SyntaxWarning: invalid escape sequence '\.' <unknown>:61: SyntaxWarning: invalid escape sequence '\.' ok: [host] => (item={'name': 'SPICE', 'privileges': ['VM.Audit', 'VM.Console']}) TASK [lae.proxmox : Configure Proxmox groups] ************************************************************************************************************************************************ <unknown>:59: SyntaxWarning: invalid escape sequence '\(' <unknown>:60: SyntaxWarning: invalid escape sequence '\.' <unknown>:61: SyntaxWarning: invalid escape sequence '\.' ok: [host] => (item={'name': 'ops', 'comment': 'Operations Team'}) ok: [host] => (item={'name': 'spice_api'})
Fixed by #244
Several tasks are outputting these warnings. Need to investigate.