mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
php-stem.yml: Show instantiation of dicts (php_extensions, php_stem_arches)
This commit is contained in:
parent
71c1d16f0d
commit
25f25329a9
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
8.0: 20200930
|
||||
8.1: 20210902
|
||||
|
||||
- name: Set php_extension to "{{ php_extensions[php_version] }}" using php_extensions[php_version]
|
||||
- name: Set php_extension to "{{ php_extensions[php_version] }}" using php_extensions[php_version is "{{ php_version }}"]
|
||||
set_fact:
|
||||
php_extension: "{{ php_extensions[php_version] }}"
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
aarch64: aarch64
|
||||
x86_64: x86
|
||||
|
||||
- name: Set php_stem_arch to "{{ php_stem_arches[ansible_machine] }}" using php_stem_arches[ansible_machine]
|
||||
- name: Set php_stem_arch to "{{ php_stem_arches[ansible_machine] }}" using php_stem_arches[ansible_machine is "{{ ansible_machine }}"]
|
||||
set_fact:
|
||||
php_stem_arch: "{{ php_stem_arches[ansible_machine] }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue