project: fix galaxy ansible-lint rule (#10277)

Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
Arthur Outhenin-Chalandre
2023-07-07 09:01:04 +02:00
committed by GitHub
parent 1d86919883
commit 9312ae7c6e
4 changed files with 4 additions and 6 deletions

View File

@ -44,10 +44,6 @@ skip_list:
# (Disabled in June 2023 after ansible upgrade; FIXME) # (Disabled in June 2023 after ansible upgrade; FIXME)
- 'no-changed-when' - 'no-changed-when'
# Disable galaxy rules
# (Disabled in June 2023 after ansible upgrade; FIXME)
- 'galaxy'
# Disable run-once check with free strategy # Disable run-once check with free strategy
# (Disabled in June 2023 after ansible upgrade; FIXME) # (Disabled in June 2023 after ansible upgrade; FIXME)
- 'run-once[task]' - 'run-once[task]'

1
CHANGELOG.md Normal file
View File

@ -0,0 +1 @@
# See our release notes on [GitHub](https://github.com/kubernetes-sigs/kubespray/releases)

View File

@ -7,8 +7,7 @@ readme: README.md
authors: authors:
- luksi1 - luksi1
tags: tags:
- kubernetes - infrastructure
- kubespray
repository: https://github.com/kubernetes-sigs/kubespray repository: https://github.com/kubernetes-sigs/kubespray
build_ignore: build_ignore:
- .github - .github

2
meta/runtime.yml Normal file
View File

@ -0,0 +1,2 @@
---
requires_ansible: '>=2.14.0'