diff options
author | Dag Wieers <dag@wieers.com> | 2017-02-24 11:09:11 +0100 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2017-02-24 10:09:11 +0000 |
commit | b1f6344ecba482d0335c1f4598cf2eabe13c7c49 (patch) | |
tree | 347b08bb079977cb927bc0f04da39593bf9257ef /test/sanity | |
parent | 78c300412dfe2162a4864e20e1027701532e9387 (diff) | |
download | ansible-b1f6344ecba482d0335c1f4598cf2eabe13c7c49.tar.gz |
win_chocolatey: Clean up parameter handling (#21533)
Changes include:
- Use Get-AnsibleParam with -type/-validateset
- Replace $result PSObject with normal hash
- Deprecate 'upgrade' parameter by using state=latest
Diffstat (limited to 'test/sanity')
-rw-r--r-- | test/sanity/pep8/legacy-files.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanity/pep8/legacy-files.txt b/test/sanity/pep8/legacy-files.txt index 6065e7596c..7f91ae25a0 100644 --- a/test/sanity/pep8/legacy-files.txt +++ b/test/sanity/pep8/legacy-files.txt @@ -219,7 +219,6 @@ lib/ansible/modules/web_infrastructure/jira.py lib/ansible/modules/web_infrastructure/nginx_status_facts.py lib/ansible/modules/windows/win_acl.py lib/ansible/modules/windows/win_acl_inheritance.py -lib/ansible/modules/windows/win_chocolatey.py lib/ansible/modules/windows/win_command.py lib/ansible/modules/windows/win_feature.py lib/ansible/modules/windows/win_lineinfile.py |