add AArch64 to supported architecture

works on AArch64 platform
pull/2532/head
Di Xu 2018-04-23 10:08:48 +08:00 committed by Sébastien Han
parent 949507d304
commit 113eb25424
1 changed files with 1 additions and 1 deletions

View File

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