]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
site.yml: remove the testing task that fails the playbook run
authorAndrew Schoen <aschoen@redhat.com>
Mon, 30 Apr 2018 16:39:25 +0000 (11:39 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 18 May 2018 15:58:24 +0000 (17:58 +0200)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
site.yml.sample

index d69482989efa6ff41d49e8fd939452635cb3710d..8351d39b9d17ae100bb0fbaf8f4bb1f4f9c4c00f 100644 (file)
 
   roles:
     - ceph-defaults
-
-  tasks:
-    - name: validate vars
-      validate:
-        mode: permissive
-
-    - fail:
-        msg: "failing for testing"
+    - ceph-validate
 
 - hosts: mons
   gather_facts: false