jammy from repo

This commit is contained in:
Antonio J. Delgado 2023-09-06 17:02:33 +03:00
parent bef0bf8787
commit 94e0d5a21d

View file

@ -1,11 +1,11 @@
--- ---
- name: Ensure installation from repository - name: Ensure installation from repository
include_tasks: install_from_repository.yml include_tasks: install_from_repository.yml
when: ansible_distribution_release != "hirsute" and ansible_distribution_release != "jammy" when: ansible_distribution_release != "hirsute"
- name: Ensure installation from source - name: Ensure installation from source
include_tasks: install_from_source.yml include_tasks: install_from_source.yml
when: ansible_distribution_release == "hirsute" or ansible_distribution_release == "jammy" when: ansible_distribution_release == "hirsute"
- name: Ensure configuration - name: Ensure configuration
include_tasks: configure.yml include_tasks: configure.yml