diff --git a/tasks/main.yml b/tasks/main.yml index f2b28c7..e33b1a0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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