Skip to content

Commit 6e790db

Browse files
Happy 2024 everybody.
1 parent a6b2140 commit 6e790db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In you own GitHub namespace, make the required changes.
2929

3030
I typically do that by cloning the repository (in your namespace) locally:
3131

32-
```
32+
```shell
3333
git clone [email protected]:YOURNAMESPACE/ansible-role-scl.git
3434
```
3535

@@ -39,19 +39,19 @@ Now you can start to edit on your laptop.
3939

4040
Install [molecule](https://molecule.readthedocs.io/en/stable/) and [Tox](https://tox.readthedocs.io/):
4141

42-
```
42+
```shell
4343
pip install molecule tox ansible-lint docker
4444
```
4545

4646
And run `molecule test`. If you want to test a specific distribution, set `image` and optionally `tag`:
4747

48-
```
48+
```shell
4949
image=centos tag=7 molecule test
5050
```
5151

5252
Once it start to work, you can test multiple version of Ansible:
5353

54-
```
54+
```shell
5555
image=centos tag=7 tox
5656
```
5757

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2023 Robert de Bock ([email protected])
190+
Copyright 2024 Robert de Bock ([email protected])
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Install SCL on your system.
44

55
|GitHub|GitLab|Downloads|Version|
66
|------|------|---------|-------|
7-
|[![github](https://github.com/robertdebock/ansible-role-scl/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-scl/actions)|[![gitlab](https://gitlab.com/robertdebock-iac/ansible-role-scl/badges/master/pipeline.svg)](https://gitlab.com/robertdebock-iac/ansible-role-scl)|[![downloads](https://img.shields.io/ansible/role/d/24585)](https://galaxy.ansible.com/robertdebock/scl)|[![Version](https://img.shields.io/github/release/robertdebock/ansible-role-scl.svg)](https://github.com/robertdebock/ansible-role-scl/releases/)|
7+
|[![github](https://github.com/robertdebock/ansible-role-scl/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-scl/actions)|[![gitlab](https://gitlab.com/robertdebock-iac/ansible-role-scl/badges/master/pipeline.svg)](https://gitlab.com/robertdebock-iac/ansible-role-scl)|[![downloads](https://img.shields.io/ansible/role/d/robertdebock/scl)](https://galaxy.ansible.com/robertdebock/scl)|[![Version](https://img.shields.io/github/release/robertdebock/ansible-role-scl.svg)](https://github.com/robertdebock/ansible-role-scl/releases/)|
88

99
## [Example Playbook](#example-playbook)
1010

0 commit comments

Comments
 (0)