site.yml: remove the testing task that fails the playbook run

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/2619/head
Andrew Schoen 2018-04-30 11:39:25 -05:00 committed by Guillaume Abrioux
parent 48c2a4fda8
commit b2b905f47e
1 changed files with 1 additions and 8 deletions

View File

@ -86,14 +86,7 @@
roles: roles:
- ceph-defaults - ceph-defaults
- ceph-validate
tasks:
- name: validate vars
validate:
mode: permissive
- fail:
msg: "failing for testing"
- hosts: mons - hosts: mons
gather_facts: false gather_facts: false