raw:
PowerShell "C:\Temp\db_scripts\copy_db_file.ps1" \"{{ system_db_default_location }}/master.mdf\" \"{{ system_db_master_mdf_location }}/master.mdf\"
"stderr": "The string is missing the terminator: \".\r\n + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordEx \r\n ception\r\n + FullyQualifiedErrorId : TerminatorExpectedAtEndOfString\r\n \r\n"
This is obviously something to do with the way Ansible has changed how it handles escaped characters but I've tried a number of other different options for escaping my task and i can't get it to work.
I appreciate any suggestions.
raw:
C:\Temp\db_scripts\copy_db_file.ps1 "{{ system_db_default_location }}/master.mdf" "{{ system_db_master_mdf_location }}/master.mdf"