mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add chdir support to win_package (#46123)
* Add chdir support to win_package * Add chdir support to uninstall too. * Update docs to account for uninstall. * Correct variable substitution for hashtable. * added changelog fragment
This commit is contained in:
committed by
Jordan Borean
parent
bc6d441cf2
commit
f731e68bca
@@ -32,6 +32,12 @@ options:
|
||||
module will escape the arguments as necessary, it is recommended to use a
|
||||
string when dealing with MSI packages due to the unique escaping issues
|
||||
with msiexec.
|
||||
chdir:
|
||||
description:
|
||||
- Set the specified path as the current working directory before installing
|
||||
or uninstalling a package.
|
||||
type: path
|
||||
version_added: '2.8'
|
||||
creates_path:
|
||||
description:
|
||||
- Will check the existance of the path specified and use the result to
|
||||
|
||||
Reference in New Issue
Block a user