From a32473c1bf57b7bdf5478f634890f575f7d8cfb0 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 1 Jan 2022 14:43:14 -0500 Subject: [PATCH] www_base/tasks/php-stem.yml: x86 -> x64 typo bug --- 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 fd8256066..8bce0fd08 100644 --- a/roles/www_base/tasks/php-stem.yml +++ b/roles/www_base/tasks/php-stem.yml @@ -47,7 +47,7 @@ armv6l: armhf armv7l: armhf aarch64: aarch64 - x86_64: x86 + x86_64: x64 - name: Set php_stem_arch to "{{ php_stem_arches[ansible_machine] }}" using php_stem_arches[ansible_machine is "{{ ansible_machine }}"] set_fact: