Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

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 9, 2019
1 parent 700c04d commit 230cd5d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This example is taken from `molecule/resources/playbook.yml`:

vars:
y_import_from: /data/in
y_export_to: /data/out
y_export_to: out
y_preset: monochrome

roles:
Expand Down
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: y-opensuse-leap
image: opensuse:leap
image: opensuse/leap
pre_build_image: yes
- name: y-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: y-opensuse-leap
image: opensuse:leap
image: opensuse/leap
pre_build_image: yes
provisioner:
name: ansible
Expand Down

0 comments on commit 230cd5d

Please sign in to comment.