File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Include version-specific variables for RedHat.
8
8
- name : Include OS-specific variables (RedHat).
9
- include_vars : " {{ ansible_os_family }}-{{ ansible_distribution_version|slice(1) }}.yml"
9
+ include_vars : " {{ ansible_os_family }}-{{ ansible_lsb.major_release }}.yml"
10
10
when : ansible_os_family == "RedHat"
11
11
12
12
- name : Define mysql_packages.
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ rm -f /lib/systemd/system/sockets.target.wants/*initctl*; \
12
12
rm -f /lib/systemd/system/basic.target.wants/*; \
13
13
rm -f /lib/systemd/system/anaconda.target.wants/*;
14
14
15
+ RUN yum -y install redhat-lsb-core
16
+
15
17
# Install Ansible
16
18
RUN yum -y install epel-release
17
19
RUN yum -y install git ansible sudo
You can’t perform that action at this time.
0 commit comments