|
|
|
@ -35,10 +35,11 @@
|
|
|
|
|
- '{{ ansible_facts.distribution }}-{{ ansible_facts.distribution_major_version }}{{ python_suffix }}.yml'
|
|
|
|
|
- '{{ ansible_facts.distribution }}-{{ ansible_facts.distribution_major_version }}.yml'
|
|
|
|
|
- '{{ ansible_facts.os_family }}-{{ ansible_facts.distribution_major_version }}{{ python_suffix }}.yml'
|
|
|
|
|
- '{{ ansible_facts.os_family }}-{{ ansible_facts.distribution_major_version }}.yml'
|
|
|
|
|
- '{{ ansible_facts.distribution }}{{ python_suffix }}.yml'
|
|
|
|
|
- '{{ ansible_facts.os_family }}{{ python_suffix }}.yml'
|
|
|
|
|
- 'default{{ python_suffix }}.yml'
|
|
|
|
|
paths: vars
|
|
|
|
|
paths: "{{ role_path }}/vars"
|
|
|
|
|
|
|
|
|
|
- name: install mysqldb_test rpm dependencies
|
|
|
|
|
yum:
|
|
|
|
|