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 @@ -49,6 +49,8 @@ platforms:
4949 driver :
5050 image : opensuse/leap:15
5151 provision_command :
52+ # yamllint disable-line rule:line-length
53+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
5254 - systemctl enable sshd.service
5355 run_command : /usr/lib/systemd/systemd
5456 provisioner :
@@ -89,6 +91,8 @@ platforms:
8991 driver :
9092 image : opensuse/leap:15
9193 provision_command :
94+ # yamllint disable-line rule:line-length
95+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python3-pip
9296 - systemctl enable sshd.service
9397 run_command : /usr/lib/systemd/systemd
9498 provisioner :
@@ -123,6 +127,8 @@ platforms:
123127 driver :
124128 image : opensuse/leap:15
125129 provision_command :
130+ # yamllint disable-line rule:line-length
131+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
126132 - systemctl enable sshd.service
127133 run_command : /usr/lib/systemd/systemd
128134 provisioner :
@@ -158,6 +164,8 @@ platforms:
158164 driver :
159165 image : opensuse/leap:15
160166 provision_command :
167+ # yamllint disable-line rule:line-length
168+ - zypper install -y glibc-locale net-tools net-tools-deprecated python-xml python2-pip
161169 - systemctl enable sshd.service
162170 run_command : /usr/lib/systemd/systemd
163171 provisioner :
You can’t perform that action at this time.
0 commit comments