Skip to content

Commit

Permalink
docs: refresh versions in README (#115)
Browse files Browse the repository at this point in the history
## Description
documentation update

## Motivation and Context
README update to ensure information is current

## How Has This Been Tested?
No code change

## Types of changes
- [x] Documentation

## Checklist:
- [x] My code follows the code style of this project.
- [x] I have updated the documentation accordingly.
  • Loading branch information
juju4 authored Dec 22, 2024
2 parents ff55583 + dadbefd commit 79474dc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ A simple ansible role to add a unix user with its ssh key.

### Ansible
It was tested on the following versions:
* 1.9
* 2.0 (required for Windows)
* 2.3
* 2.4
* 2.5
* 2.10-17

### Operating systems

Tested on Ubuntu 14.04, 16.04, 18.04, Centos 6, 7 and OpenBSD 5.8.
Tested on Ubuntu 24.04, 22.04, 20.04, Centos/Rockylinux 9.

## Example Playbook

Expand Down Expand Up @@ -70,7 +66,7 @@ or
```
$ pip install molecule docker
$ molecule test
$ MOLECULE_DISTRO=ubuntu:20.04 molecule test --destroy=never
$ MOLECULE_DISTRO=ubuntu:24.04 molecule test --destroy=never
```


Expand Down

0 comments on commit 79474dc

Please sign in to comment.