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

[DEPRECATION WARNING]: Using bare variables is deprecated #67

Open
thom-nic opened this issue Jul 5, 2016 · 0 comments
Open

[DEPRECATION WARNING]: Using bare variables is deprecated #67

thom-nic opened this issue Jul 5, 2016 · 0 comments

Comments

@thom-nic
Copy link

thom-nic commented Jul 5, 2016

As of Ansible 2.0 or 2.1 I believe...

TASK [zzet.rbenv : check ruby 2.2.4 installed for select users] ****************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax ('{{rbenv_users}}').
This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

TASK [zzet.rbenv : install ruby 2.2.4 for select users] ************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment  value uses the full variable syntax ('{{ruby_installed.results}}').
This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment  value uses the full variable syntax ('{{rbenv_users}}').
This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

TASK [zzet.rbenv : check if user ruby version is 2.2.4] ************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment  value uses the full variable syntax ('{{rbenv_users}}').
This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

TASK [zzet.rbenv : set ruby 2.2.4 for select users] ****************************
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment  value uses the full variable syntax ('{{ruby_selected.results}}').
This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks so that the environment value uses the full variable syntax ('{{rbenv_users}}').
This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
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