Skip to content

Commit

Permalink
Update comments to use current default php version, remove 8.3.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalepgrant committed Apr 23, 2024
1 parent 31bb57a commit 597769e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
vars:
params:
files:
- '{{ php_version }}.yml' # e.g. 8.1.yml
- '{{ php_version }}.yml' # e.g. 8.2.yml
- version-specific-defaults.yml
paths:
- "{{ playbook_dir }}/roles/php/vars/"
Expand Down
18 changes: 0 additions & 18 deletions roles/php/vars/8.3.yml

This file was deleted.

4 changes: 2 additions & 2 deletions roles/php/vars/version-specific-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#
# To override these defaults for a specific php version, duplicate this
# file to roles/php/vars/ and rename with your specific php version
# e.g. roles/php/vars/8.1.yml.
# e.g. roles/php/vars/8.2.yml.
#
# You can then use e.g.
# php_extensions_default:
# php8.1-bcmath: "{{ apt_package_state }}"
# php8.2-bcmath: "{{ apt_package_state }}"
#
php_extensions_default:
"php{{ php_version }}-bcmath": "{{ apt_package_state }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/xdebug/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
vars:
params:
files:
- '{{ php_version }}.yml' # e.g. 8.1.yml
- '{{ php_version }}.yml' # e.g. 8.2.yml
- version-specific-defaults.yml
paths:
- "{{ playbook_dir }}/roles/php/vars/"
Expand Down

0 comments on commit 597769e

Please sign in to comment.