mirror of https://github.com/ceph/ceph-ansible.git
parent
949507d304
commit
113eb25424
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue