Merge "Remove "when" statement from vars_prompt"

This commit is contained in:
Zuul 2020-10-12 10:28:29 +00:00 committed by Gerrit Code Review
commit 40e4202497
2 changed files with 0 additions and 4 deletions

View File

@ -81,11 +81,9 @@
prompt: "Are you sure you want to destroy the LXC containers?"
default: "no"
private: no
when: force_containers_destroy is undefined
- name: "force_containers_data_destroy"
prompt: "Are you sure you want to destroy the LXC container data?"
default: "no"
private: no
when: force_containers_data_destroy is undefined
tags:
- lxc-containers-destroy

View File

@ -102,11 +102,9 @@
prompt: "Are you sure you want to destroy the nspawn containers?"
default: "no"
private: no
when: force_containers_destroy is undefined
- name: "force_containers_data_destroy"
prompt: "Are you sure you want to destroy the nspawn container data?"
default: "no"
private: no
when: force_containers_data_destroy is undefined
tags:
- nspawn-containers-destroy