From 28704114b3edcb03587badcb5e6f0c346f54e40e Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 29 Mar 2017 03:30:51 +0200 Subject: [PATCH] win_chocolatey: Fix state=latest when absent (#23063) When using state=latest with the package not being installled, Ansible complains that the package is not installed and fails the task. Whereas the expected behaviour is to install the package when it is missing. This PR fixes this behaviour.