# Pastebin ruq1u4T7 - name: create virtual application in iis for ccnet win_iis_webapplication: name: "ccnet" site: "Default Web Site" state: "present" physical_path: "C:\\Program Files (x86)\\CruiseControl.NET\\webdashboard" application_pool: "DefaultAppPool" tags: iis_app FAILED! => {"changed": false, "failed": true, "module_stderr": "An error occurred while creating the pipeline.\r\n + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException\r\n + FullyQualifiedErrorId : RuntimeException\r\n \r\nAt line:74 char:66\r\n+ ... tion = Remove-WebApplication -Site $site -Name $name $WhatIf:$check_m ...\r\n+ ~~~~~~~~\r\nVariable reference is not valid. ':' was not followed by a valid variable name character. Consider using ${} to \r\ndelimit the name.\r\n + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException\r\n + FullyQualifiedErrorId : InvalidVariableReferenceWithDrive\r\n \r\n\r\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1}