From afb1b16353bc09af777b17daa18a5210a3a3a884 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 19 Jul 2016 17:17:16 +0200 Subject: [PATCH] common: prepare arm support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- roles/ceph-common/tasks/checks/check_system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3