mirror of https://github.com/ceph/ceph-ansible.git
parent
949507d304
commit
113eb25424
|
@ -9,7 +9,7 @@
|
||||||
fail:
|
fail:
|
||||||
msg: "Architecture not supported {{ ansible_architecture }}"
|
msg: "Architecture not supported {{ ansible_architecture }}"
|
||||||
when:
|
when:
|
||||||
- ansible_architecture not in ['x86_64', 'ppc64le', 'armv7l']
|
- ansible_architecture not in ['x86_64', 'ppc64le', 'armv7l', 'aarch64']
|
||||||
|
|
||||||
- name: fail on unsupported distribution
|
- name: fail on unsupported distribution
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in New Issue