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

Fix warnings concerning deprecated use of bare variables #96

Merged
merged 1 commit into from
Apr 29, 2016

Commits on Apr 29, 2016

  1. Fix warnings concerning deprecated use of bare variables

    Using bare variable in with_items results in the following with the last version of Ansible:
    [DEPRECATION WARNING]: Using bare variables is deprecated. Update your playbooks
     so that the environment value uses the full variable syntax ('{{some_var}}').
    This feature will be removed in a future release. Deprecation warnings can be
    disabled by setting deprecation_warnings=False in ansible.cfg.
    pchaigno committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    5999b0c View commit details
    Browse the repository at this point in the history