From 3b44b3aa71fbe167b746288168dcbd12a3bf015e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Sat, 27 Jan 2024 18:39:43 -0500 Subject: [PATCH] [ansible/playbook] Remove 32-bit restriction --- ansible/site.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ansible/site.yml b/ansible/site.yml index cdccb1f2..89a1ddbf 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -15,13 +15,5 @@ tags: - always - - name: Check CPU architecture support - ansible.builtin.fail: - msg: "CPU architecture {{ ansible_architecture }} not supported..." - when: ansible_architecture == "armv6l" or - ansible_architecture == "armhf" or - ansible_architecture == "armv7l" or - ansible_architecture == "armhf" - roles: - role: ovos_installer