Ansible Include and Import with differences explanined!
This is one of the most frequest questions being asked in my workshop is that differences between using import or include in Ansible. For example import_role or include_role, what should be behaviour and what to expect? We know that include could be applied to tasks, plays and handlers. The bare include task (which was used…
