Skip to content

Commit 77405ab

Browse files
committed
fix(rocky9): smaller corrections, removing unused ansible required version on CI
1 parent 7374574 commit 77405ab

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff 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'

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

0 commit comments

Comments
 (0)