site: add validation task

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/2619/head
Alfredo Deza 2018-03-23 10:28:11 -04:00 committed by Guillaume Abrioux
parent 86a32071e8
commit 0ace2e9534
1 changed files with 4 additions and 0 deletions

View File

@ -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