diff --git a/tasks/install.json b/tasks/install.json index 0df11916..c279c49b 100644 --- a/tasks/install.json +++ b/tasks/install.json @@ -48,6 +48,7 @@ }, "password": { "description": "The password to use when downloading from a source location requiring authentication", + "sensitive": true, "type": "Optional[String]" } }, diff --git a/tasks/install_powershell.json b/tasks/install_powershell.json index 65b0c8bc..d13534f3 100644 --- a/tasks/install_powershell.json +++ b/tasks/install_powershell.json @@ -49,6 +49,7 @@ }, "password": { "description": "The password to use when downloading from a source location requiring authentication", + "sensitive": true, "type": "Optional[Sensitive[String[1]]]" } }, diff --git a/tasks/install_shell.json b/tasks/install_shell.json index b31139ab..df2c23e2 100644 --- a/tasks/install_shell.json +++ b/tasks/install_shell.json @@ -50,6 +50,7 @@ }, "password": { "description": "The password to use when downloading from a source location requiring authentication", + "sensitive": true, "type": "Optional[Sensitive[String[1]]]" } },