mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Using `when` with `import_tasks` doesn't actually skip the import entirely, it just imports the tasks and skips them one by one. Which reads oddly. `include_tasks` is properly dynamic so seems better here. Signed-off-by: Adam Williamson <awilliam@redhat.com>