We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'}])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'}])
The text was updated successfully, but these errors were encountered: