This repository was archived by the owner on Apr 29, 2023. It is now read-only.
File tree 5 files changed +19
-2
lines changed
5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2020 Robin Gierse
3
+ Copyright (c) 2023 Robin Gierse
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
# Ansible Role: Sudo
2
2
3
+ ---
4
+
5
+ ## Unmaintained! Moved to collection!
6
+ This role has moved to my [ ** main** collection] ( https://github.com/thorian93/main ) .
7
+ It is ** not** maintained here anymore!
8
+ Head over to the [ collection] ( https://github.com/thorian93/main ) for up to date content.
9
+
10
+ ---
11
+
3
12
[ ![ Ansible Role: Sudo] ( https://img.shields.io/ansible/role/55145?style=flat-square )] ( https://galaxy.ansible.com/thorian93/sudo )
4
13
[ ![ Ansible Role: Sudo] ( https://img.shields.io/ansible/quality/55145?style=flat-square )] ( https://galaxy.ansible.com/thorian93/sudo )
5
14
[ ![ Ansible Role: Sudo] ( https://img.shields.io/ansible/role/d/55145?style=flat-square )] ( https://galaxy.ansible.com/thorian93/sudo )
Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ sudo_stable_os:
4
4
- CentOS 8
5
5
- Debian 9
6
6
- Debian 10
7
+ - Debian 11
7
8
- Fedora 30
8
9
- Fedora 31
9
10
- Fedora 32
11
+ - Fedora 33
12
+ - Fedora 34
13
+ - Fedora 35
10
14
- SLES 11
11
15
- SLES 12
12
16
- openSUSE Leap 15
Original file line number Diff line number Diff line change @@ -21,11 +21,15 @@ galaxy_info:
21
21
versions :
22
22
- Stretch
23
23
- Buster
24
+ - Bullseye
24
25
- name : Fedora
25
26
versions :
26
27
- 30
27
28
- 31
28
29
- 32
30
+ - 33
31
+ - 34
32
+ - 35
29
33
- name : opensuse
30
34
versions :
31
35
- 15.2
Original file line number Diff line number Diff line change 24
24
line : " {{ item.line }}"
25
25
regexp : " {{ item.regex }}"
26
26
state : " {{ item.state }}"
27
- backup : ' true'
27
+ backup : true
28
28
insertbefore : ' .*includedir.*'
29
29
validate : ' visudo -cf %s'
30
30
with_items : " {{ sudo_defaults }}"
You can’t perform that action at this time.
0 commit comments