93c05074ee
* win_chocolatey: refactor module to fix bugs and add new features * Fix some typos and only emit install warning not in check mode * Fixes when testing out installing chocolatey from a server * Added changelog fragment
13 lines
413 B
XML
13 lines
413 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>--- NAME ---</id>
|
|
<version>--- VERSION ---</version>
|
|
<title>--- NAME ---</title>
|
|
<authors>Jordan Borean</authors>
|
|
<description>Test for win_chocolatey module</description>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\**" target="tools" />
|
|
</files>
|
|
</package>
|