Ansible Tutorials: Calling one Play & Tasks from another play in Playbook
import_tasks module The Ansible import_tasks module is used to import a list of tasks from a file into the current playbook for subsequent execution. The name of the imported file…
Read more »