# Load distro-specific variables - include_vars: "{{ ansible_distribution }}.yml" tags: always - block: - debug: msg: Debug # # import role # - import_role: # name: # required. The name of the role to be executed. # install software - include_tasks: install_bind.yml rescue: - set_fact: task_failed=true