From 230cd5d019f4b47cb87f48568f3251336da79797 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 9 Jul 2019 06:53:06 +0200 Subject: [PATCH] Opensuse deprecated an image in favor of another one. --- CONTRIBUTING.md | 8 +++++++- README.md | 2 +- molecule/default/molecule.yml | 2 +- molecule/opensuse-leap/molecule.yml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2931dcf..b394447 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 4ca0986..0fecd2d 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 9d901bb..63e608c 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -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 diff --git a/molecule/opensuse-leap/molecule.yml b/molecule/opensuse-leap/molecule.yml index 1fb5b05..eadf6ed 100644 --- a/molecule/opensuse-leap/molecule.yml +++ b/molecule/opensuse-leap/molecule.yml @@ -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