Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

always reports "changed" #114

Open
sdarwin opened this issue Dec 18, 2017 · 0 comments
Open

always reports "changed" #114

sdarwin opened this issue Dec 18, 2017 · 0 comments

Comments

@sdarwin
Copy link

sdarwin commented Dec 18, 2017

Running an Ansible playbook multiple times should ideally result in something like:

web1.example.com : ok=55 changed=0 unreachable=0 failed=0

This role is showing

web1.example.com : ok=53 changed=2 unreachable=0 failed=0

More details:

TASK [rbenv : install plugins for selected users] ********************************************************************************************
changed: [web1.example.com] => (item=[u'test', {u'repo': u'https://github.com/rbenv/ruby-build.git', u'version': u'master', u'name': u'ruby-build'}])

TASK [rbenv : install ruby {{ item[1].version }} for select users] ***************************************************************************
changed: [web1.example.com] => (item=[u'test', {u'version': u'2.4.1'}])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant