mirror of https://github.com/ceph/ceph-ansible.git
site: add validation task
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/2619/head
parent
86a32071e8
commit
0ace2e9534
|
@ -69,6 +69,10 @@
|
|||
- ansible_distribution == 'Fedora'
|
||||
- ansible_distribution_major_version|int >= 23
|
||||
|
||||
- name: validate vars
|
||||
validate:
|
||||
mode: permissive
|
||||
|
||||
- hosts: mons
|
||||
gather_facts: false
|
||||
become: True
|
||||
|
|
Loading…
Reference in New Issue