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

fixed bare variables #1

Merged
merged 1 commit into from
Sep 12, 2016
Merged

Conversation

freemanjp
Copy link
Contributor

Bare varables were deprecated in Ansible 2.0.

https://docs.ansible.com/ansible/porting_guide_2.0.html

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

Bare varables were deprecated in Ansible 2.0.

https://docs.ansible.com/ansible/porting_guide_2.0.html

[DEPRECATION WARNING]: Using bare variables is deprecated. Update your
playbooks so that the environment value uses the full variable syntax
('{{git_repositories}}').
This feature will be removed in a future release.
Deprecation warnings can be disabled by setting deprecation_warnings=False in
ansible.cfg.
franklinkim added a commit that referenced this pull request Sep 12, 2016
Merge branch 'ansible-2.0' of https://github.com/freemanjp/ansible-git into develop

closes #1
@franklinkim franklinkim merged commit fbba5de into weareinteractive:master Sep 12, 2016
@franklinkim
Copy link
Member

THX

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

Successfully merging this pull request may close these issues.

2 participants