mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
armv6l: armhf
|
||||||
armv7l: armhf
|
armv7l: armhf
|
||||||
aarch64: aarch64
|
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 }}"]
|
- name: Set php_stem_arch to "{{ php_stem_arches[ansible_machine] }}" using php_stem_arches[ansible_machine is "{{ ansible_machine }}"]
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue