[stable-2.9] Fix setup_mysql_db for CentOS 8 (#64864) (#64920)

(cherry picked from commit 477fa63f68)

Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/65015/head^2
Sam Doran 6 years ago committed by Matt Davis
parent 918e7db2e8
commit 84c9040d02

@ -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:

Loading…
Cancel
Save