Skip to content

Commit

Permalink
Happy 2024 everybody.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jan 2, 2024
1 parent 1f32195 commit 34b8197
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-update_pip_packages.git
```

Expand All @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Find and update pip packages.

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

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

Expand Down

0 comments on commit 34b8197

Please sign in to comment.