Commit c4363c4d authored by nanahira's avatar nanahira

noble

parent 734d8607
Pipeline #26831 failed with stage
in 4 minutes and 28 seconds
...@@ -77,9 +77,9 @@ ...@@ -77,9 +77,9 @@
set_fact: set_fact:
target_distribution: '{{ ansible_distribution_release }}' target_distribution: '{{ ansible_distribution_release }}'
when: not upgrade or ansible_distribution_release == 'sid' or keep_distro or (ansible_distribution == 'Ubuntu' and ansible_distribution_major_version|int >= 24) when: not upgrade or ansible_distribution_release == 'sid' or keep_distro or (ansible_distribution == 'Ubuntu' and ansible_distribution_major_version|int >= 24)
- name: move to jammy - name: move to noble
set_fact: set_fact:
target_distribution: 'jammy' target_distribution: 'noble'
when: ansible_distribution == 'Ubuntu' and upgrade and not keep_distro and ansible_distribution_major_version|int < 24 when: ansible_distribution == 'Ubuntu' and upgrade and not keep_distro and ansible_distribution_major_version|int < 24
- name: move to bookworm - name: move to bookworm
set_fact: set_fact:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment