Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77405ab

Browse files
committed
fix(rocky9): smaller corrections, removing unused ansible required version on CI
1 parent7374574 commit77405ab

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 0 additions & 4 deletions
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp