From: Sébastien Han Date: Tue, 19 Jul 2016 15:17:16 +0000 (+0200) Subject: common: prepare arm support X-Git-Tag: v1.0.6~51^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F890%2Fhead;p=ceph-ansible.git common: prepare arm support Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-common/tasks/checks/check_system.yml b/roles/ceph-common/tasks/checks/check_system.yml index 18bd80198..9338a3e5a 100644 --- a/roles/ceph-common/tasks/checks/check_system.yml +++ b/roles/ceph-common/tasks/checks/check_system.yml @@ -7,7 +7,7 @@ - name: fail on unsupported architecture fail: msg: "Architecture not supported {{ ansible_architecture }}" - when: "'{{ ansible_architecture }}' not in ['x86_64', 'ppc64le']" + when: "'{{ ansible_architecture }}' not in ['x86_64', 'ppc64le', 'armv7l']" - name: fail on unsupported distribution fail: