nirik said no prompts

as it breaks diffs and checks
This commit is contained in:
Miroslav Suchý 2015-03-18 14:17:24 +00:00
parent 400e1e7b3d
commit 83edd8fcf1

View file

@ -15,12 +15,6 @@
vars:
OS_AUTH_URL: "https://fed-cloud09.cloud.fedoraproject.org:5000/v2.0"
vars_prompt:
- name: "WHICH_ONE"
prompt: "Do you want to run playbook on prod or stage or both?"
private: no
default: "both"
# DEBUG OTHER
#vars_prompt:
# - name: "OS_USERNAME"
@ -33,9 +27,6 @@
tasks:
- fail: msg="Choose one - prod, stage or both."
when: WHICH_ONE not in ["prod", "both", "stage"]
# - include: "{{ tasks }}/persistent_cloud.yml"
# DEBUG OTHER