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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
02322c46
Unverified
Commit
02322c46
authored
Nov 15, 2021
by
zhengtianbao
Committed by
GitHub
Nov 15, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Remove helm duplicate check (#8196)
parent
28b5281c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes-apps/helm/tasks/main.yml
+0
-10
0 additions, 10 deletions
roles/kubernetes-apps/helm/tasks/main.yml
with
0 additions
and
10 deletions
roles/kubernetes-apps/helm/tasks/main.yml
+
0
−
10
View file @
02322c46
...
@@ -14,24 +14,14 @@
...
@@ -14,24 +14,14 @@
group
:
no
group
:
no
delegate_to
:
"
{{
inventory_hostname
}}"
delegate_to
:
"
{{
inventory_hostname
}}"
-
name
:
Helm | Check if bash_completion.d folder exists
# noqa 503
stat
:
path
:
"
/etc/bash_completion.d/"
get_attributes
:
no
get_checksum
:
no
get_mime
:
no
register
:
stat_result
-
name
:
Helm | Get helm completion
-
name
:
Helm | Get helm completion
command
:
"
{{
bin_dir
}}/helm
completion
bash"
command
:
"
{{
bin_dir
}}/helm
completion
bash"
changed_when
:
False
changed_when
:
False
register
:
helm_completion
register
:
helm_completion
check_mode
:
False
check_mode
:
False
when
:
stat_result.stat.exists
-
name
:
Helm | Install helm completion
-
name
:
Helm | Install helm completion
copy
:
copy
:
dest
:
/etc/bash_completion.d/helm.sh
dest
:
/etc/bash_completion.d/helm.sh
content
:
"
{{
helm_completion.stdout
}}"
content
:
"
{{
helm_completion.stdout
}}"
become
:
True
become
:
True
when
:
stat_result.stat.exists
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