Skip to content

Commit

Permalink
fix: missing var (#1429)
Browse files Browse the repository at this point in the history
Include php role vars to get the otherwise missing php_xdebug_package vars
  • Loading branch information
LucasDemea authored Oct 6, 2022
1 parent 54e3844 commit d5bf440
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/xdebug/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
- name: Include php{{ php_version }} related vars
include_vars: 'roles/php/vars/{{ php_version }}.yml'

- name: Install Xdebug
apt:
name: "{{ php_xdebug_package }}"
Expand Down

0 comments on commit d5bf440

Please sign in to comment.