Skip to content

Commit 5c7222d

Browse files
committed
Rebuild/Lint
1 parent ae56780 commit 5c7222d

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

.github/workflows/gitlab_trigger.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- master
88
- main
99
- testing
10+
paths-ignore:
11+
- '**/README.md'
12+
- '**/CHANGELOG.md'
1013

1114
concurrency:
1215
group: ${{ github.ref }}-${{ github.workflow }}

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- image: "debian-systemd"
4949
tag: "latest"
5050
- image: "debian-systemd"
51-
tag: "bookworm"
51+
tag: "buster"
5252
- image: "fedora-systemd"
5353
tag: "35"
5454
- image: "fedora-systemd"

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ molecule:
2424
- image: "debian-systemd"
2525
tag: "latest"
2626
- image: "debian-systemd"
27-
tag: "bookworm"
27+
tag: "buster"
2828
- image: "fedora-systemd"
2929
tag: "35"
3030
- image: "fedora-systemd"
@@ -54,7 +54,7 @@ testing:
5454
- image: "debian-systemd"
5555
tag: "latest"
5656
- image: "debian-systemd"
57-
tag: "bookworm"
57+
tag: "buster"
5858
- image: "fedora-systemd"
5959
tag: "35"
6060
- image: "fedora-systemd"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Apache License
3-
Version 2.0, 09 2022
3+
Version 2.0, 10 2022
44
http://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ The following roles are used to prepare a system. You can prepare your system in
4747

4848
| Requirement | GitHub | GitLab |
4949
|-------------|--------|--------|
50-
|[buluma.bootstrap](https://galaxy.ansible.com/buluma/bootstrap)|[![Build Status GitHub](https://github.com/buluma/ansible-role-bootstrap/workflows/Ansible%20Molecule/badge.svg)](https://github.com/buluma/ansible-role-bootstrap/actions)|[![Build Status GitLab ](https://gitlab.com/buluma/ansible-role-bootstrap/badges/main/pipeline.svg)](https://gitlab.com/buluma/ansible-role-bootstrap)|
50+
|[buluma.bootstrap](https://galaxy.ansible.com/buluma/bootstrap)|[![Build Status GitHub](https://github.com/buluma/ansible-role-bootstrap/workflows/Ansible%20Molecule/badge.svg)](https://github.com/buluma/ansible-role-bootstrap/actions)|[![Build Status GitLab ](https://gitlab.com/buluma/ansible-role-bootstrap/badges/master/pipeline.svg)](https://gitlab.com/buluma/ansible-role-bootstrap)|
5151
|[buluma.buildtools](https://galaxy.ansible.com/buluma/buildtools)|[![Build Status GitHub](https://github.com/buluma/ansible-role-buildtools/workflows/Ansible%20Molecule/badge.svg)](https://github.com/buluma/ansible-role-buildtools/actions)|[![Build Status GitLab ](https://gitlab.com/buluma/ansible-role-buildtools/badges/main/pipeline.svg)](https://gitlab.com/buluma/ansible-role-buildtools)|
5252
|[buluma.epel](https://galaxy.ansible.com/buluma/epel)|[![Build Status GitHub](https://github.com/buluma/ansible-role-epel/workflows/Ansible%20Molecule/badge.svg)](https://github.com/buluma/ansible-role-epel/actions)|[![Build Status GitLab ](https://gitlab.com/buluma/ansible-role-epel/badges/main/pipeline.svg)](https://gitlab.com/buluma/ansible-role-epel)|
5353
|[buluma.python_pip](https://galaxy.ansible.com/buluma/python_pip)|[![Build Status GitHub](https://github.com/buluma/ansible-role-python_pip/workflows/Ansible%20Molecule/badge.svg)](https://github.com/buluma/ansible-role-python_pip/actions)|[![Build Status GitLab ](https://gitlab.com/buluma/ansible-role-python_pip/badges/main/pipeline.svg)](https://gitlab.com/buluma/ansible-role-python_pip)|
5454

5555
## [Context](#context)
5656

57-
This role is a part of many compatible roles. Have a look at [the documentation of these roles](https://buluma.co.ke/) for further information.
57+
This role is a part of many compatible roles. Have a look at [the documentation of these roles](https://buluma.github.io/) for further information.
5858

5959
Here is an overview of related roles:
6060

@@ -67,7 +67,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/b
6767
|container|tags|
6868
|---------|----|
6969
|el|8|
70-
|debian|all|
70+
|debian|bullseye, buster|
7171
|fedora|all|
7272
|ubuntu|all|
7373

@@ -91,12 +91,12 @@ If you find issues, please register them in [GitHub](https://github.com/buluma/a
9191

9292
## [Changelog](#changelog)
9393

94-
[Role History](https://github.com/buluma/ansible-role-ansible_lint/blob/main/CHANGELOG.md)
94+
[Role History](https://github.com/buluma/ansible-role-ansible_lint/blob/master/CHANGELOG.md)
9595

9696
## [License](#license)
9797

9898
Apache-2.0
9999

100100
## [Author Information](#author-information)
101101

102-
[Michael Buluma](https://buluma.github.io/)
102+
[buluma](https://buluma.github.io/)

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ galaxy_info:
1313
- "8"
1414
- name: Debian
1515
versions:
16-
- all
16+
- bullseye
17+
- buster
1718
- name: Fedora
1819
versions:
1920
- all

molecule/default/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
gather_facts: no
66

77
tasks:
8-
- name: check if connection still works
8+
- name: Check if connection still works
99
ansible.builtin.ping:

0 commit comments

Comments
 (0)