ansible/changelogs/fragments/win_package_chdir.yaml
Simon Liddicott f731e68bca 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
2018-10-08 16:28:28 +10:00

2 lines
140 B
YAML

minor_changes:
- win_package - added the ``chdir`` option to specify the working directory used when installing and uninstalling a package.