]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
common: prepare arm support 890/head
authorSébastien Han <seb@redhat.com>
Tue, 19 Jul 2016 15:17:16 +0000 (17:17 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 19 Jul 2016 15:17:16 +0000 (17:17 +0200)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/checks/check_system.yml

index 18bd80198c1736e82f70d1c27883ad6318f4abef..9338a3e5a313a9a26344ddb3b1b004cfe5ce8959 100644 (file)
@@ -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: