community.general/lib/ansible/modules
Dag Wieers 0715430829 win_chocolatey: Perform exact presence check (#23098)
The current implementation matches libreoffice-oldstable when testing for libreoffice.
So uninstalling libreoffice fails when libreoffice-oldstable is installed.

```
PS C:\WINDOWS\system32> choco list --local-only libreoffice
Chocolatey v0.10.3
libreoffice-oldstable 5.2.6
1 packages installed.
PS C:\WINDOWS\system32> choco list --local-only --exact libreoffice
Chocolatey v0.10.3
0 packages installed.
```

The solution is easy, just add `--exact`.
2017-04-04 09:39:27 -07:00
..
cloud [cloud] re-raise boto ClientError if throttling timeout is reached in efs.py (#23109) 2017-04-04 08:41:20 -04:00
clustering E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
commands typo: psuedo -> pseudo (#23177) 2017-03-31 10:48:29 -04:00
crypto New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
database E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
files synchronize: Exclude ssh_args from quoting 2017-03-30 19:40:27 -07:00
identity New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
inventory New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
messaging E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
monitoring E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
network Pull filesystems from dict in case is not string on eos_facts (#23254) 2017-04-04 16:04:00 +02:00
notification E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
packaging Removes expanduser in favor of type path 2017-03-31 00:24:38 -04:00
remote_management New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
source_control Fixes bug https://github.com/ansible/ansible/issues/22455 - Git reset… (#22502) 2017-03-28 08:41:25 -04:00
storage Update netapp_e_amg_sync.py (#22693) 2017-03-28 07:19:05 -04:00
system Fixes ignoreerrors not working with sysctl_set 2017-04-03 06:37:09 -07:00
utilities E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
web_infrastructure Fix deploy_helper join exception on no release. 2017-04-03 16:35:31 -07:00
windows win_chocolatey: Perform exact presence check (#23098) 2017-04-04 09:39:27 -07:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00