File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ platforms:
4444 driver :
4545 image : opensuse/leap:15
4646 provision_command :
47+ # yamllint disable-line rule:line-length
48+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
4749 - systemctl enable sshd.service
4850 # https://github.com/saltstack/salt/issues/39314
4951 - zypper rm python-boto3 -y
@@ -86,6 +88,8 @@ platforms:
8688 driver :
8789 image : opensuse/leap:15
8890 provision_command :
91+ # yamllint disable-line rule:line-length
92+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
8993 - systemctl enable sshd.service
9094 run_command : /usr/lib/systemd/systemd
9195 provisioner :
@@ -120,6 +124,8 @@ platforms:
120124 driver :
121125 image : opensuse/leap:15
122126 provision_command :
127+ # yamllint disable-line rule:line-length
128+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
123129 - systemctl enable sshd.service
124130 run_command : /usr/lib/systemd/systemd
125131 provisioner :
@@ -155,6 +161,8 @@ platforms:
155161 driver :
156162 image : opensuse/leap:15
157163 provision_command :
164+ # yamllint disable-line rule:line-length
165+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
158166 - systemctl enable sshd.service
159167 run_command : /usr/lib/systemd/systemd
160168 provisioner :
You can’t perform that action at this time.
0 commit comments