Skip to content

Commit

Permalink
update README for ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmarcum committed Nov 27, 2024
1 parent 32cbc89 commit f1f42db
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ansible Role: sudo
==================

[![Galaxy Role][badge-galaxy]][link-galaxy]
[![Ansible Quality Score][badge-quality]][link-galaxy]
[![MIT licensed][badge-license]][link-license]
[![CI][badge-gh-actions]][link-gh-actions]

Expand Down Expand Up @@ -45,6 +45,7 @@ Example Playbook
----------------

Simple playbook to setup the sudo group and add a user:

```yaml
- hosts: all
roles:
Expand All @@ -56,6 +57,7 @@ Simple playbook to setup the sudo group and add a user:
```
Playbook with all options commented. The `sudo` role can be used to set up defaults, aliases, and sudo rule sets.

```yaml
- hosts: all
roles:
Expand Down Expand Up @@ -153,7 +155,7 @@ Compatibility
| Arch Linux | all |
| Debian | 10, 11, 12 |
| FreeBSD | 13.1 |
| Ubuntu | 20.04, 22.04 |
| Ubuntu | 20.04, 22.04, 24.04 |

License
-------
Expand All @@ -163,12 +165,11 @@ MIT
Author Information
------------------

https://github.com/wesmarcum
<https://github.com/wesmarcum>

[badge-license]: https://img.shields.io/badge/license-MIT-green?
[link-license]: https://github.com/wesmarcum/ansible-role-sudo/blob/main/LICENSE
[badge-gh-actions]: https://github.com/wesmarcum/ansible-role-sudo/workflows/CI/badge.svg?event=push
[link-gh-actions]: https://github.com/wesmarcum/ansible-role-sudo/actions?query=workflow%3ACI
[badge-galaxy]: https://img.shields.io/badge/role-sudo-blue
[link-galaxy]: https://galaxy.ansible.com/wesmarcum/sudo
[badge-quality]: https://img.shields.io/ansible/quality/60854
[link-galaxy]: https://galaxy.ansible.com/ui/standalone/roles/wesmarcum/sudo/

0 comments on commit f1f42db

Please sign in to comment.