mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-14 10:25:24 +01:00
Fix error introduced in previous commit - skip task if no file found.
This commit is contained in:
parent
1496cf8f92
commit
9751de2e2a
@ -3,8 +3,9 @@
|
||||
- name: Include distribution and version-specific vars.
|
||||
include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
|
||||
|
||||
- files:
|
||||
- "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
|
||||
skip: true
|
||||
- name: Set the default PHP version for Debian-based OSes.
|
||||
set_fact:
|
||||
php_default_version_debian: "{{ __php_default_version_debian }}"
|
||||
|
Loading…
Reference in New Issue
Block a user