Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
04e3fb6a
Commit
04e3fb6a
authored
6 years ago
by
MarkusTeufelberger
Committed by
Kubernetes Prow Robot
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix ansible-lint error 103 (#4511)
parent
b218e17f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ansible-lint
+0
-1
0 additions, 1 deletion
.ansible-lint
tests/cloud_playbooks/create-aws.yml
+1
-1
1 addition, 1 deletion
tests/cloud_playbooks/create-aws.yml
tests/cloud_playbooks/delete-aws.yml
+1
-1
1 addition, 1 deletion
tests/cloud_playbooks/delete-aws.yml
with
2 additions
and
3 deletions
.ansible-lint
+
0
−
1
View file @
04e3fb6a
...
...
@@ -4,7 +4,6 @@ skip_list:
# see https://docs.ansible.com/ansible-lint/rules/default_rules.html for a list of all default rules
# The following rules throw errors.
# These either still need to be corrected in the repository and the rules re-enabled or they are skipped on purpose.
- '103'
- '104'
- '201'
- '204'
...
...
This diff is collapsed.
Click to expand it.
tests/cloud_playbooks/create-aws.yml
+
1
−
1
View file @
04e3fb6a
---
-
hosts
:
localhost
sudo
:
False
become
:
False
gather_facts
:
False
tasks
:
...
...
This diff is collapsed.
Click to expand it.
tests/cloud_playbooks/delete-aws.yml
+
1
−
1
View file @
04e3fb6a
---
-
hosts
:
kube-node
sudo
:
False
become
:
False
tasks
:
-
name
:
Gather EC2 facts
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment