From 37d9237937ec497e4722930d6a04f912f3d22c72 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 2 Jan 2024 08:51:26 +0100 Subject: [PATCH] Happy 2024\! --- CONTRIBUTING.md | 8 ++++---- LICENSE | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ef8c23..d17ff0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ In you own GitHub namespace, make the required changes. I typically do that by cloning the repository (in your namespace) locally: -``` +```shell git clone git@github.com:YOURNAMESPACE/ansible-role-bootstrap.git ``` @@ -39,19 +39,19 @@ Now you can start to edit on your laptop. Install [molecule](https://molecule.readthedocs.io/en/stable/) and [Tox](https://tox.readthedocs.io/): -``` +```shell pip install molecule tox ansible-lint docker ``` And run `molecule test`. If you want to test a specific distribution, set `image` and optionally `tag`: -``` +```shell image=centos tag=7 molecule test ``` Once it start to work, you can test multiple version of Ansible: -``` +```shell image=centos tag=7 tox ``` diff --git a/LICENSE b/LICENSE index 4e25a26..be5b773 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Robert de Bock (robert@meinit.nl) + Copyright 2024 Robert de Bock (robert@meinit.nl) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index e13094c..e0aafed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Prepare your system to be managed by Ansible. |GitHub|GitLab|Downloads|Version| |------|------|---------|-------| -|[![github](https://github.com/robertdebock/ansible-role-bootstrap/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-bootstrap/actions)|[![gitlab](https://gitlab.com/robertdebock-iac/ansible-role-bootstrap/badges/master/pipeline.svg)](https://gitlab.com/robertdebock-iac/ansible-role-bootstrap)|[![downloads](https://img.shields.io/ansible/role/d/24451)](https://galaxy.ansible.com/robertdebock/bootstrap)|[![Version](https://img.shields.io/github/release/robertdebock/ansible-role-bootstrap.svg)](https://github.com/robertdebock/ansible-role-bootstrap/releases/)| +|[![github](https://github.com/robertdebock/ansible-role-bootstrap/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-bootstrap/actions)|[![gitlab](https://gitlab.com/robertdebock-iac/ansible-role-bootstrap/badges/master/pipeline.svg)](https://gitlab.com/robertdebock-iac/ansible-role-bootstrap)|[![downloads](https://img.shields.io/ansible/role/d/robertdebock/bootstrap)](https://galaxy.ansible.com/robertdebock/bootstrap))|[![Version](https://img.shields.io/github/release/robertdebock/ansible-role-bootstrap.svg)](https://github.com/robertdebock/ansible-role-bootstrap/releases/)| ## [Example Playbook](#example-playbook)