mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
roles/www_base/tasks/main.yml: Clean Ansible output
This commit is contained in:
parent
61dfdcdb0a
commit
c45445399e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
- name: Install html.yml
|
||||
include_tasks: html.yml
|
||||
|
||||
- name: 'Install php-stem.yml when: php_version == 7.4 and (ansible_machine == "armv6l" or ansible_machine == "armv7l" or ansible_machine == "aarch64" or ansible_machine == "x86_64")'
|
||||
- name: Install php-stem.yml if php_version == 7.4 and (ansible_machine == "armv6l" or ansible_machine == "armv7l" or ansible_machine == "aarch64" or ansible_machine == "x86_64")
|
||||
include_tasks: php-stem.yml
|
||||
when: php_version == 7.4 and (ansible_machine == "armv6l" or ansible_machine == "armv7l" or ansible_machine == "aarch64" or ansible_machine == "x86_64")
|
||||
# or php_version == 8.0 or php_version == 8.1 (IIAB MIGHT SUPPORT THESE LATER IN 2022)
|
||||
|
|
Loading…
Add table
Reference in a new issue