DEV Community

Roy
Roy

Posted on • Updated on

ansible include directive

include directive like include_role, include_vars should defined in task/pre_task/post_task section, not in the top level of a play

because they are actually ansible modules/tasks

Top comments (0)