Browse Source
project: fix galaxy ansible-lint rule (#10277)
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
pull/10280/head
Arthur Outhenin-Chalandre
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
6 deletions
-
.ansible-lint
-
CHANGELOG.md
-
galaxy.yml
-
meta/runtime.yml
|
|
@ -44,10 +44,6 @@ skip_list: |
|
|
|
# (Disabled in June 2023 after ansible upgrade; FIXME) |
|
|
|
- 'no-changed-when' |
|
|
|
|
|
|
|
# Disable galaxy rules |
|
|
|
# (Disabled in June 2023 after ansible upgrade; FIXME) |
|
|
|
- 'galaxy' |
|
|
|
|
|
|
|
# Disable run-once check with free strategy |
|
|
|
# (Disabled in June 2023 after ansible upgrade; FIXME) |
|
|
|
- 'run-once[task]' |
|
|
|
|
|
@ -0,0 +1 @@ |
|
|
|
# See our release notes on [GitHub](https://github.com/kubernetes-sigs/kubespray/releases) |
|
|
@ -7,8 +7,7 @@ readme: README.md |
|
|
|
authors: |
|
|
|
- luksi1 |
|
|
|
tags: |
|
|
|
- kubernetes |
|
|
|
- kubespray |
|
|
|
- infrastructure |
|
|
|
repository: https://github.com/kubernetes-sigs/kubespray |
|
|
|
build_ignore: |
|
|
|
- .github |
|
|
|
|
|
@ -0,0 +1,2 @@ |
|
|
|
--- |
|
|
|
requires_ansible: '>=2.14.0' |