even clearer example in winrmpassword docs
This commit is contained in:
parent
de7d1430bd
commit
f3dc7546d4
|
@ -80,7 +80,11 @@ Optional parameters:
|
|||
as an environment variable. For example:
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "powershell",
|
||||
"environment_vars": "WINRMPASS={{.WinRMPassword}}",
|
||||
"inline": ["Write-Host \"Automatically generated aws password is: $Env:WINRMPASS\""]
|
||||
},
|
||||
```
|
||||
|
||||
- `execute_command` (string) - The command to use to execute the script. By
|
||||
|
|
Loading…
Reference in New Issue