apigee / henchman

Orchestration and Automation tool
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

Shows a package has been removed but does not remove it. If I remove it using "sudo yum remove configutil -y" it does remove it #103

Closed rajeshjadhav closed 8 years ago

rajeshjadhav commented 8 years ago

Playbook:

  - name: Remove Configutil, so it removes everything else
    yum: name="configutil" state=absent
    ignore_errors: true

Output:

TASK [ 10.10.10.10 | Remove Configutil, so it removes everything else | yum ] 
ok => Package configutil already absent

Output
-----
<nil>
jlin21 commented 8 years ago

There's currently a bug with the way installed packages are checked. A fix is coming for this