Skip to content

Commit

Permalink
Opensuse deprecated an image in favor of another one.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 7, 2019
1 parent b62ec45 commit d830fd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Please contribute!
# Please contribute

You can really make a difference by:

- [Making an issue](https://help.github.com/articles/creating-an-issue/). A well described issue helps a lot.
- [Making a pull request](https://services.github.com/on-demand/github-cli/open-pull-request-github) when you see the error in code.

I'll try to help and take every contribution seriously.

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.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ platforms:
image: fedora:rawhide
pre_build_image: yes
- name: httpd-opensuse-leap
image: opensuse:leap
image: opensuse/leap
pre_build_image: yes
- name: httpd-ubuntu-latest
image: ubuntu:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/opensuse-leap/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ driver:
name: docker
platforms:
- name: httpd-opensuse-leap
image: opensuse:leap
image: opensuse/leap
pre_build_image: yes
provisioner:
name: ansible
Expand Down

0 comments on commit d830fd1

Please sign in to comment.