Merge pull request #890 from ceph/arm7

common: prepare arm support
pull/894/head
Leseb 2016-07-19 17:54:31 +02:00 committed by GitHub
commit 578768cc23
1 changed files with 1 additions and 1 deletions

View 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: