File tree Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 4646 scenario : ' default'
4747 - distro : ubuntu2204
4848 scenario : ' default'
49+ ansible-version : ' >=2.11.5'
50+ - distro : ubuntu2404
51+ scenario : ' default'
4952 - distro : ubuntu2204
5053 scenario : ' jupyter-system'
5154 platform : instance-jupyter-system
Original file line number Diff line number Diff line change 3131 - id : shell-lint
3232
3333 - repo : https://github.com/ansible-community/ansible-lint
34- rev : v6.22.2
34+ rev : v25.4.0
3535 hooks :
3636 - id : ansible-lint
3737
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ galaxy_info:
1212 versions :
1313 - focal
1414 - jammy
15+ - noble
1516 - name : EL
1617 versions :
1718 - " 8"
Original file line number Diff line number Diff line change 11---
22- name : Prepare
33 hosts : all
4- tasks : []
4+ tasks :
5+ - name : Install DNF plugins core
6+ ansible.builtin.dnf :
7+ name : dnf-plugins-core
8+ state : present
9+ when : ansible_distribution == "Rocky" and ansible_distribution_major_version|int >= 9
10+
11+ - name : Enable CRB repository
12+ ansible.builtin.command : dnf config-manager --enable crb
13+ when : ansible_distribution == "Rocky" and ansible_distribution_major_version|int >= 9
Original file line number Diff line number Diff line change 22---
33python_versions :
44 - 3.10.5
5- - 3.7.13
5+ - 3.9.22
You can’t perform that action at this time.
0 commit comments