mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Merge pull request #3094 from holta/stem-x64-fix
www_base/tasks/php-stem.yml: x86 -> x64 typo bug
This commit is contained in:
commit
2a30911dcc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue