You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The following warning is encountered when running the Ansible playbook.
[DEPRECATION WARNING]: evaluating enable_performance_tuning 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.
Can be fixed by changing the conditional checking if performance tuning is enabled to a Boolean value.
Description:
The following warning is encountered when running the Ansible playbook.
Can be fixed by changing the conditional checking if performance tuning is enabled to a Boolean value.
Suggested Labels:
Type/Bug
Priority/Low
Suggested Assignees:
@Savidude
The text was updated successfully, but these errors were encountered: