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
4243003c
Unverified
Commit
4243003c
authored
1 year ago
by
Mikhail Vintcukevich
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: define variable for reset confirmation (#10303)
parent
050bd052
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
playbooks/reset.yml
+2
-1
2 additions, 1 deletion
playbooks/reset.yml
with
2 additions
and
1 deletion
playbooks/reset.yml
+
2
−
1
View file @
4243003c
...
@@ -21,11 +21,12 @@
...
@@ -21,11 +21,12 @@
-
name
:
Reset Confirmation
-
name
:
Reset Confirmation
pause
:
pause
:
prompt
:
"
Are
you
sure
you
want
to
reset
cluster
state?
Type
'yes'
to
reset
your
cluster."
prompt
:
"
Are
you
sure
you
want
to
reset
cluster
state?
Type
'yes'
to
reset
your
cluster."
register
:
reset_confirmation
register
:
reset_confirmation
_prompt
run_once
:
True
run_once
:
True
when
:
when
:
-
not (skip_confirmation | default(false) | bool)
-
not (skip_confirmation | default(false) | bool)
-
reset_confirmation is not defined
-
reset_confirmation is not defined
-
name
:
Check confirmation
-
name
:
Check confirmation
fail
:
fail
:
msg
:
"
Reset
confirmation
failed"
msg
:
"
Reset
confirmation
failed"
...
...
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