[DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated.
030 opened this issue · 1 comments
030 commented
[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.
steenzout commented
New in version 2.4.
I still have to support 1.9 and 2.0 therefore we'll need to live with this for a while.