Closed legau closed 9 months ago
Hi,
The include builtin has been removed in ansible-core 2.16 so this playbook does not work anymore. This replaces it with import_tasks, not sure if it is better with include_tasks but import seems to be more widely used.
include
import_tasks
include_tasks
This has been reported, I'm working on this fix as-well-as some additional functionality. New version should be published early next week.
See the v2.0.0 Release
Hi,
The
include
builtin has been removed in ansible-core 2.16 so this playbook does not work anymore. This replaces it withimport_tasks
, not sure if it is better withinclude_tasks
but import seems to be more widely used.