]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-validate: start with ansible version test
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 6 Dec 2019 21:11:51 +0000 (16:11 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 9 Dec 2019 08:35:03 +0000 (09:35 +0100)
commit1a77dd7e914bc96614aae0014b39e3dbe5ff526a
treeeb7a0b85c581bbf0c1f574740fbd43eaf7a2cfb3
parent12aa8f40254d780fde1079de07d07ef331138ffc
ceph-validate: start with ansible version test

It doesn't make sense to start validating configuration if the ansible
version isn't the good one.
This commit moves the check_system task as the first task in the
ceph-validate role.
The ansible version test tasks are moved at the top of this file.
Also moving the iscsi kernel tests from check_system to check_iscsi
file.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-validate/tasks/check_iscsi.yml
roles/ceph-validate/tasks/check_system.yml
roles/ceph-validate/tasks/main.yml