1
0
Fork 0
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:
root 2021-12-26 15:13:30 -05:00
parent 71c1d16f0d
commit 25f25329a9

View file

@ -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] }}"