include_tasks と import_tasks の主な違いは何か。

include_tasksは実行時に動的に処理され(Dynamic)、import_tasksはPlaybook解析時に静的に展開される(Static)。