mirror of https://github.com/ceph/ceph-ansible.git
commit
578768cc23
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue