https://www.ansiblejunky.com/blog/ansible-101-include-vs-import/
A major difference between import and include tasks:
import tasks will be parsed at the beginning when you run your playbook
include tasks will be parsed at the moment Ansible hits them
Комментариев нет:
Отправить комментарий