From d538c7b79e9bc85d69af091ed4735b26d47dcd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herman=20=C3=95unapuu?= Date: Wed, 30 Jun 2021 07:40:55 +0300 Subject: [PATCH] Enable php-stem installation for armv6l machine type This allows the installation to continue on additional ARM devices, such as the original Raspberry Pi 1. --- roles/www_base/tasks/php-stem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/www_base/tasks/php-stem.yml b/roles/www_base/tasks/php-stem.yml index 1b5495226..d5579ecf7 100644 --- a/roles/www_base/tasks/php-stem.yml +++ b/roles/www_base/tasks/php-stem.yml @@ -26,7 +26,7 @@ group: root #mode: ???? remote_src: yes - when: ansible_machine == "armv7l" and stem_available is defined + when: (ansible_machine == "armv7l" or ansible_machine == "armv6l") and stem_available is defined - name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.aarch64.tar to / (rpi) unarchive: