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
A role does not have idempotency which is essential feature of Ansible. Following task always shows changed:
idempotency
changed
TASK [zzet.rbenv : install ruby versions for system] ********************************************************************************************************* changed: [dev-02] => (item={u'version': u'2.5.1'})
Role variables:
rbenv: env: system version: v1.1.1 default_ruby: 2.5.1 rubies: - version: 2.5.1
The text was updated successfully, but these errors were encountered:
TASK [zzet.rbenv : check ruby versions installed for system] ******************************************************************************************************** ok: [staging] => (item={'version': '2.7.1', 'env': {'RUBY_CONFIGURE_OPTS': '--enable-shared'}}) TASK [zzet.rbenv : install ruby versions for system] **************************************************************************************************************** changed: [staging] => (item={'version': '2.7.1', 'env': {'RUBY_CONFIGURE_OPTS': '--enable-shared'}})
Sorry, something went wrong.
No branches or pull requests
A role does not have
idempotency
which is essential feature of Ansible.Following task always shows
changed
:Role variables:
The text was updated successfully, but these errors were encountered: