File: Hello.Goodbye.v1.0.zip ...
Ansible differentiates between static imports and dynamic includes. When using an import (such as import_tasks), Ansible also applies related tags to all of the imported tasks. For example, consider the following code, which refactors the single playbook from the last section into two YAML files: playbook.yml and install.yml. (I've omitted the configuration and validation tasks for brevity.) The main playbook.yml uses import_tasks to pull in the tasks in the install.yml file:
File: Hello.Goodbye.v1.0.zip ...
041b061a72