ansible-redis icon indicating copy to clipboard operation
ansible-redis copied to clipboard

Warning: 'include' deprecation

Open starise opened this issue 8 years ago • 0 comments

I receive this warning

[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.

running

starise@catena:~ $ ansible --version
ansible 2.4.0.0


starise avatar Sep 26 '17 16:09 starise