File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,13 @@ jobs:
4343 matrix :
4444 include :
4545 - distro : ubuntu2004
46- ansible-version : ' >=2.11.5'
4746 scenario : ' default'
4847 - distro : ubuntu2204
49- ansible-version : ' >=2.11.5'
5048 scenario : ' default'
5149 - distro : ubuntu2204
52- ansible-version : ' >=2.11.5'
5350 scenario : ' jupyter-system'
5451 platform : instance-jupyter-system
5552 - distro : rockylinux8
56- ansible-version : ' >=2.11.5'
5753 scenario : ' default'
5854 - distro : rockylinux9
5955 scenario : ' default'
Original file line number Diff line number Diff line change 66 - " _{{ ansible_distribution_release }}.yml"
77 - " _{{ (ansible_distribution + '-' + ansible_distribution_major_version) | lower }}.yml"
88 - " _{{ ansible_distribution | lower }}.yml"
9- - " _{{ ( ansible_os_family) | lower }}.yml"
9+ - " _{{ ansible_os_family | lower }}.yml"
1010 - _default.yml
1111 tags :
1212 - configuration
You can’t perform that action at this time.
0 commit comments