Merge "Remove "when" statement from vars_prompt"
This commit is contained in:
@@ -81,11 +81,9 @@
|
|||||||
prompt: "Are you sure you want to destroy the LXC containers?"
|
prompt: "Are you sure you want to destroy the LXC containers?"
|
||||||
default: "no"
|
default: "no"
|
||||||
private: no
|
private: no
|
||||||
when: force_containers_destroy is undefined
|
|
||||||
- name: "force_containers_data_destroy"
|
- name: "force_containers_data_destroy"
|
||||||
prompt: "Are you sure you want to destroy the LXC container data?"
|
prompt: "Are you sure you want to destroy the LXC container data?"
|
||||||
default: "no"
|
default: "no"
|
||||||
private: no
|
private: no
|
||||||
when: force_containers_data_destroy is undefined
|
|
||||||
tags:
|
tags:
|
||||||
- lxc-containers-destroy
|
- lxc-containers-destroy
|
||||||
|
|||||||
@@ -102,11 +102,9 @@
|
|||||||
prompt: "Are you sure you want to destroy the nspawn containers?"
|
prompt: "Are you sure you want to destroy the nspawn containers?"
|
||||||
default: "no"
|
default: "no"
|
||||||
private: no
|
private: no
|
||||||
when: force_containers_destroy is undefined
|
|
||||||
- name: "force_containers_data_destroy"
|
- name: "force_containers_data_destroy"
|
||||||
prompt: "Are you sure you want to destroy the nspawn container data?"
|
prompt: "Are you sure you want to destroy the nspawn container data?"
|
||||||
default: "no"
|
default: "no"
|
||||||
private: no
|
private: no
|
||||||
when: force_containers_data_destroy is undefined
|
|
||||||
tags:
|
tags:
|
||||||
- nspawn-containers-destroy
|
- nspawn-containers-destroy
|
||||||
|
|||||||
Reference in New Issue
Block a user