Description of PR
PR resolves a deprecation warning when using Ansible v2.8.
[DEPRECATION WARNING]: evaluating None 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.
The variable itself remains unchanged, but the when statements using the variable is updated to evaluate against None.
Description of PR PR resolves a deprecation warning when using Ansible v2.8.
The variable itself remains unchanged, but the
when
statements using the variable is updated to evaluate againstNone
.Type of change
Bugfix Pull Request
Fixes an issue
Refer to PR Description.