add condition for aarch64
This commit is contained in:
parent
0fdd8ee5c4
commit
d300c922ca
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
- name: Ensure installation in ARM device
|
||||
include_tasks: install_arm.yml
|
||||
when: ansible_facts['architecture'] | regex_search("^arm")
|
||||
when: ansible_facts['architecture'] | regex_search("^arm") or ansible_facts['architecture'] == 'aarch64'
|
||||
|
||||
- name: Ensure configuration
|
||||
include_tasks: configure.yml
|
||||
|
|
Loading…
Reference in a new issue