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

Ansible Deprecation Warning #3

Open
ColonelPanics opened this issue Nov 5, 2019 · 0 comments
Open

Ansible Deprecation Warning #3

ColonelPanics opened this issue Nov 5, 2019 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@ColonelPanics
Copy link
Member

ColonelPanics commented Nov 5, 2019

In later releases of Ansible (2.12+) there will need to be changes to boolean evaluation. Message printed below.

TASK [flightenv-bootstrap : Prepare xterm desktop] *******************************************************************
[DEPRECATION WARNING]: evaluating true as a bare variable, this behaviour will go away and you might need to add
|bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This feature will be
removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
skipping: [node01]
[DEPRECATION WARNING]: evaluating true as a bare variable, this behaviour will go away and you might need to add
|bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This feature will be
removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
skipping: [node02]
[DEPRECATION WARNING]: evaluating true as a bare variable, this behaviour will go away and you might need to add
|bool to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This feature will be
removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
changed: [gateway1]

Note: Identified on ansible-2.8.5-1.el7.noarch, installed 2019-10-30 from CentOS 7, the latest version available from EPEL as of writing.

@ColonelPanics ColonelPanics added bug Something isn't working enhancement New feature or request labels Nov 5, 2019
@ColonelPanics ColonelPanics self-assigned this Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant