From 113eb254248992fed89e1f1e3fb04e87ff590075 Mon Sep 17 00:00:00 2001 From: Di Xu Date: Mon, 23 Apr 2018 10:08:48 +0800 Subject: [PATCH] add AArch64 to supported architecture works on AArch64 platform --- 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 1e082050c..dc39509d8 100644 --- a/roles/ceph-common/tasks/checks/check_system.yml +++ b/roles/ceph-common/tasks/checks/check_system.yml @@ -9,7 +9,7 @@ fail: msg: "Architecture not supported {{ ansible_architecture }}" when: - - ansible_architecture not in ['x86_64', 'ppc64le', 'armv7l'] + - ansible_architecture not in ['x86_64', 'ppc64le', 'armv7l', 'aarch64'] - name: fail on unsupported distribution fail: