jammy from repo
This commit is contained in:
parent
bef0bf8787
commit
94e0d5a21d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue