From: Alfredo Deza Date: Wed, 27 Apr 2016 13:19:32 +0000 (-0400) Subject: ceph-common: include the facts task always X-Git-Tag: v1.0.6~156^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8f35f1fb9be37a0bc9db72469a7d7dd5db52cdf8;p=ceph-ansible.git ceph-common: include the facts task always Signed-off-by: Alfredo Deza --- diff --git a/roles/ceph-common/tasks/main.yml b/roles/ceph-common/tasks/main.yml index b297c57cb..dd3923bd3 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -1,4 +1,6 @@ --- +- include: facts.yml + - include: ./checks/check_system.yml - include: ./checks/check_mandatory_vars.yml