You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
The first time the task is run the status is "changed" as expected. We expect subsequent runs with the identical path specified to indicate an "ok" status.
Actual Results:
When running the task subsequently the status is actually reporting "changed".
Note: This ticket was previously reported as ansible #8613.
Issue Type:
Bug Report
Ansible Version:
ansible 1.8 (devel ba46930) last updated 2014/08/06 15:37:06 (GMT -600)
Environment:
CentOS 6
Summary:
The alternatives module is reporting "changed" status when re-running a task that has already been successfully applied.
Steps To Reproduce:
Given a play:
Expected Results:
The first time the task is run the status is "changed" as expected. We expect subsequent runs with the identical path specified to indicate an "ok" status.
Actual Results:
When running the task subsequently the status is actually reporting "changed".
Note: This ticket was previously reported as ansible #8613.