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
5f145633
Unverified
Commit
5f145633
authored
3 years ago
by
zhengtianbao
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix krew auto completion command not found at lower version (#8185)
parent
6eeb4883
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes-apps/krew/tasks/krew.yml
+3
-1
3 additions, 1 deletion
roles/kubernetes-apps/krew/tasks/krew.yml
with
3 additions
and
1 deletion
roles/kubernetes-apps/krew/tasks/krew.yml
+
3
−
1
View file @
5f145633
...
...
@@ -25,9 +25,11 @@
changed_when
:
False
register
:
krew_completion
check_mode
:
False
ignore_errors
:
yes
# noqa ignore-errors
-
name
:
Krew | Install krew completion
copy
:
dest
:
/etc/bash_completion.d/krew.sh
content
:
"
{{
krew_completion.stdout
}}"
become
:
True
\ No newline at end of file
become
:
True
when
:
krew_completion.rc ==
0
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