The use of 'include' for tasks has been deprecated
Expected Behavior
Ansible script is not using deprecated features.
Actual Behavior
TASK [Install rhsso] *******************************************************************************************************************************************************************************************
[DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future
release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
[DEPRECATION WARNING]: include is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.. This feature will be removed in a
future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
Description
The use of 'include' for tasks has been deprecated
Expected Behavior
Ansible script is not using deprecated features.
Actual Behavior
Environment
Server https://master.master-69d5.openshiftworkshop.com:443 openshift v3.10.14 kubernetes v1.10.0+b81c8f8
Steps to reproduce