Single necessary change - remove sha-sum of composer version
This commit is contained in:
@ -12,14 +12,14 @@
|
||||
| combine(inventory__group_environment | d({}))
|
||||
| combine(inventory__host_environment | d({})) }}'
|
||||
|
||||
vars_files:
|
||||
- ./../../vars/databases.yml
|
||||
|
||||
vars:
|
||||
mariadb__upstream_mirror: 'https://mirror.netcologne.de/mariadb/mariadb-{{ mariadb__upstream_version }}/repo/{{ ansible_distribution | lower }}'
|
||||
mariadb__flavor: '{{ ansible_local.mariadb.flavor|d(mariadb__flavor_map[ansible_distribution_release] | d("mariadb")) }}'
|
||||
mariadb__upstream_version: '11.8.3'
|
||||
|
||||
vars_files:
|
||||
- ./../../vars/databases.yml
|
||||
|
||||
roles:
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
|
||||
# https://docs.debops.org/en/stable-3.2/ansible/roles/php/getting-started.html#example-playbook
|
||||
- name: Install and manage PHP environment
|
||||
collections: [ 'debops.debops', 'debops.roles01',
|
||||
'debops.roles02', 'debops.roles03' ]
|
||||
@ -10,6 +10,8 @@
|
||||
| combine(inventory__group_environment | d({}))
|
||||
| combine(inventory__host_environment | d({})) }}'
|
||||
|
||||
vars_files:
|
||||
- ./../../vars/php.yml
|
||||
|
||||
vars:
|
||||
php__sury_apt_key_id_map:
|
||||
@ -55,9 +57,6 @@
|
||||
pm: static
|
||||
pm_max_children: 3
|
||||
|
||||
vars_files:
|
||||
- ./../../vars/php.yml
|
||||
|
||||
pre_tasks:
|
||||
|
||||
- name: Apply keyring configuration for php environment
|
||||
|
||||
Reference in New Issue
Block a user