--- - name: Ensure installation from repository include_tasks: install_from_repository.yml when: ansible_distribution_release != "hirsute" - name: Ensure installation from source include_tasks: install_from_source.yml when: ansible_distribution_release == "hirsute" - name: Ensure configuration include_tasks: configure.yml