Skip to content

Commit

Permalink
[ansible/playbook] Remove 32-bit restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 27, 2024
1 parent 9c346e4 commit 3b44b3a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ansible/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3b44b3a

Please sign in to comment.