mirror of https://github.com/ceph/ceph-ansible.git
site.yml: remove the testing task that fails the playbook run
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/2619/head
parent
48c2a4fda8
commit
b2b905f47e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue