File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,13 @@ jobs:
43
43
matrix :
44
44
include :
45
45
- distro : ubuntu2004
46
- ansible-version : ' >=2.11.5'
47
46
scenario : ' default'
48
47
- distro : ubuntu2204
49
- ansible-version : ' >=2.11.5'
50
48
scenario : ' default'
51
49
- distro : ubuntu2204
52
- ansible-version : ' >=2.11.5'
53
50
scenario : ' jupyter-system'
54
51
platform : instance-jupyter-system
55
52
- distro : rockylinux8
56
- ansible-version : ' >=2.11.5'
57
53
scenario : ' default'
58
54
- distro : rockylinux9
59
55
scenario : ' default'
Original file line number Diff line number Diff line change 6
6
- " _{{ ansible_distribution_release }}.yml"
7
7
- " _{{ (ansible_distribution + '-' + ansible_distribution_major_version) | lower }}.yml"
8
8
- " _{{ ansible_distribution | lower }}.yml"
9
- - " _{{ ( ansible_os_family) | lower }}.yml"
9
+ - " _{{ ansible_os_family | lower }}.yml"
10
10
- _default.yml
11
11
tags :
12
12
- configuration
You can’t perform that action at this time.
0 commit comments