Skip to content

Commit

Permalink
project: fix galaxy ansible-lint rule (#10277)
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
  • Loading branch information
MrFreezeex authored Jul 7, 2023
1 parent 1d86919 commit 9312ae7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# See our release notes on [GitHub](https://github.com/kubernetes-sigs/kubespray/releases)
3 changes: 1 addition & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ readme: README.md
authors:
- luksi1
tags:
- kubernetes
- kubespray
- infrastructure
repository: https://github.com/kubernetes-sigs/kubespray
build_ignore:
- .github
Expand Down
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
requires_ansible: '>=2.14.0'

0 comments on commit 9312ae7

Please sign in to comment.