Load default PHP version per OS release

This commit is contained in:
Emilien Mantel
2017-06-13 11:51:51 +02:00
parent 8758a9b7dc
commit f38aa400b3
6 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
---
- name: INCLUDE_VARS | Related to OS
include_vars: "{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
- name: ASSERT | Check variables
assert:
that: "php_version in php_managed_versions"