Skip to content

Commit

Permalink
Rebuild/Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Oct 5, 2022
1 parent ae56780 commit 5c7222d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gitlab_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- master
- main
- testing
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- image: "debian-systemd"
tag: "latest"
- image: "debian-systemd"
tag: "bookworm"
tag: "buster"
- image: "fedora-systemd"
tag: "35"
- image: "fedora-systemd"
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ molecule:
- image: "debian-systemd"
tag: "latest"
- image: "debian-systemd"
tag: "bookworm"
tag: "buster"
- image: "fedora-systemd"
tag: "35"
- image: "fedora-systemd"
Expand Down Expand Up @@ -54,7 +54,7 @@ testing:
- image: "debian-systemd"
tag: "latest"
- image: "debian-systemd"
tag: "bookworm"
tag: "buster"
- image: "fedora-systemd"
tag: "35"
- image: "fedora-systemd"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Apache License
Version 2.0, 09 2022
Version 2.0, 10 2022
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ The following roles are used to prepare a system. You can prepare your system in

| Requirement | GitHub | GitLab |
|-------------|--------|--------|
|[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)|
|[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)|
|[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)|
|[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)|
|[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)|

## [Context](#context)

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.
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.

Here is an overview of related roles:

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

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

## [Changelog](#changelog)

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

## [License](#license)

Apache-2.0

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

[Michael Buluma](https://buluma.github.io/)
[buluma](https://buluma.github.io/)
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ galaxy_info:
- "8"
- name: Debian
versions:
- all
- bullseye
- buster
- name: Fedora
versions:
- all
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
gather_facts: no

tasks:
- name: check if connection still works
- name: Check if connection still works
ansible.builtin.ping:

0 comments on commit 5c7222d

Please sign in to comment.