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
the following deprecation warning appears in the output:
[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.
Desired result: Role should run without warnings Ansible Version: 2.4.3.0
The text was updated successfully, but these errors were encountered:
When this role is run in a playbook:
the following deprecation warning appears in the output:
Desired result: Role should run without warnings
Ansible Version: 2.4.3.0
The text was updated successfully, but these errors were encountered: