Skip to content

Commit 33b2778

Browse files
committed
Drop Amazonlinux support.
1 parent e1adb0e commit 33b2778

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/molecule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
tag: "latest"
3434
- image: "debian"
3535
tag: "latest"
36+
- image: "debian"
37+
tag: "bookworm"
3638
- image: "debian"
3739
tag: "bullseye"
3840
- image: "enterpriselinux"

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ molecule:
2323
tag: "latest"
2424
- image: "debian"
2525
tag: "latest"
26+
- image: "debian"
27+
tag: "bookworm"
2628
- image: "debian"
2729
tag: "bullseye"
2830
- image: "enterpriselinux"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Ansible role umask](#umask)
1+
# [Ansible role umask](#ansible-role-umask)
22

33
Install and configure umask on your system.
44

@@ -65,7 +65,7 @@ The following roles are used to prepare a system. You can prepare your system in
6565

6666
## [Context](#context)
6767

68-
This role is a part of many compatible roles. Have a look at [the documentation of these roles](https://robertdebock.nl/) for further information.
68+
This role is part of many compatible roles. Have a look at [the documentation of these roles](https://robertdebock.nl/) for further information.
6969

7070
Here is an overview of related roles:
7171
![dependencies](https://raw.githubusercontent.com/robertdebock/ansible-role-umask/png/requirements.png "Dependencies")
@@ -82,13 +82,13 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
8282
|[Fedora](https://hub.docker.com/r/robertdebock/fedora)|all|
8383
|[Ubuntu](https://hub.docker.com/r/robertdebock/ubuntu)|all|
8484

85-
The minimum version of Ansible required is 2.12, tests have been done to:
85+
The minimum version of Ansible required is 2.12, tests have been done on:
8686

8787
- The previous version.
8888
- The current version.
8989
- The development version.
9090

91-
If you find issues, please register them in [GitHub](https://github.com/robertdebock/ansible-role-umask/issues).
91+
If you find issues, please register them on [GitHub](https://github.com/robertdebock/ansible-role-umask/issues).
9292

9393
## [License](#license)
9494

0 commit comments

Comments
 (0)