Skip to content
Snippets Groups Projects
Unverified Commit 9312ae7c authored by Arthur Outhenin-Chalandre's avatar Arthur Outhenin-Chalandre Committed by GitHub
Browse files

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

parent 1d869198
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,6 @@ skip_list: ...@@ -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]'
......
# See our release notes on [GitHub](https://github.com/kubernetes-sigs/kubespray/releases)
...@@ -7,8 +7,7 @@ readme: README.md ...@@ -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
......
---
requires_ansible: '>=2.14.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment