Skip to content

Commit d4bfed3

Browse files
committed
Opensuse deprecated an image in favor of another one.
1 parent 2108a4b commit d4bfed3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Please contribute!
1+
# Please contribute
2+
23
You can really make a difference by:
4+
35
- [Making an issue](https://help.github.com/articles/creating-an-issue/). A well described issue helps a lot.
46
- [Making a pull request](https://services.github.com/on-demand/github-cli/open-pull-request-github) when you see the error in code.
7+
8+
I'll try to help and take every contribution seriously.
9+
10+
It's a great opportunity for me to learn how you use the role and also an opportunity to get into the habit of contributing to open source software.

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ platforms:
4141
image: fedora:rawhide
4242
pre_build_image: yes
4343
- name: openvpn-opensuse-leap
44-
image: opensuse:leap
44+
image: opensuse/leap
4545
pre_build_image: yes
4646
- name: openvpn-ubuntu-latest
4747
image: ubuntu:latest

molecule/opensuse-leap/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ driver:
99
name: docker
1010
platforms:
1111
- name: openvpn-opensuse-leap
12-
image: opensuse:leap
12+
image: opensuse/leap
1313
pre_build_image: yes
1414
provisioner:
1515
name: ansible

0 commit comments

Comments
 (0)