common: prepare arm support

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/890/head
Sébastien Han 2016-07-19 17:17:16 +02:00
parent b0a26aeeb3
commit afb1b16353
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: