Skip to content

Commit 7f89256

Browse files
committed
Update versions.
1 parent 4960b3f commit 7f89256

File tree

9 files changed

+22
-17
lines changed

9 files changed

+22
-17
lines changed

.github/workflows/galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: galaxy
16-
uses: buluma/[email protected]
16+
# uses: buluma/[email protected] # TODO: rebuild action
17+
uses: robertdebock/[email protected]
1718
with:
1819
galaxy_api_key: ${{ secrets.galaxy_api_key }}
19-
git_branch: master

.github/workflows/molecule.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-20.04
3030
steps:
3131
- name: checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: ansible-lint
3434
uses: ansible-community/ansible-lint-action@main
3535
test:
@@ -44,6 +44,8 @@ jobs:
4444
tag: "8"
4545
- image: "debian-systemd"
4646
tag: "latest"
47+
- image: "debian-systemd"
48+
tag: "bullseye"
4749
- image: "fedora-systemd"
4850
tag: "37"
4951
- image: "fedora-systemd"
@@ -54,17 +56,19 @@ jobs:
5456
tag: "focal"
5557
- image: "docker-ubuntu-systemd"
5658
tag: "bionic"
59+
- image: "docker-ubuntu-systemd"
60+
tag: "lunar"
5761
steps:
5862
- name: checkout
59-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6064
with:
6165
path: "${{ github.repository }}"
6266
- name: disable apparmor for mysql
6367
run: sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/
6468
- name: parse apparmor for mysql
6569
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
6670
- name: molecule
67-
uses: buluma/[email protected].8
71+
uses: buluma/[email protected].9
6872
with:
6973
image: ${{ matrix.config.image }}
7074
tag: ${{ matrix.config.tag }}

.github/workflows/requirements2png.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
contents: write
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
path: ${{ github.repository }}
2222
- name: create png
23-
uses: buluma/[email protected] # TODO: Update action
23+
uses: buluma/[email protected] # TODO: Update action
2424
- name: Commit files
2525
run: |
2626
cd ${{ github.repository }}

.github/workflows/todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: "actions/checkout@master"
1616
- name: "TODO to Issue"
17-
uses: "alstr/[email protected]" # TODO: Update buluma/[email protected] @buluma
17+
uses: "alstr/[email protected]" # TODO: Update buluma/[email protected] @buluma
1818
id: "todo"
1919
with:
2020
TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
image: "buluma/github-action-molecule:5.0.7"
2+
image: "buluma/github-action-molecule:5.0.9"
33

44
variables:
55
PY_COLORS: 1
@@ -17,9 +17,7 @@ molecule:
1717
- image: "debian-systemd"
1818
tag: "latest"
1919
- image: "debian-systemd"
20-
tag: "bookworm"
21-
- image: "fedora-systemd"
22-
tag: "36"
20+
tag: "bullseye"
2321
- image: "fedora-systemd"
2422
tag: "37"
2523
- image: "fedora-systemd"
@@ -30,6 +28,8 @@ molecule:
3028
tag: "focal"
3129
- image: "docker-ubuntu-systemd"
3230
tag: "bionic"
31+
- image: "docker-ubuntu-systemd"
32+
tag: "lunar"
3333

3434
galaxy:
3535
script:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v4.4.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: check-added-large-files
99

1010
- repo: https://github.com/adrienverge/yamllint
11-
rev: v1.29.0
11+
rev: v1.32.0
1212
hooks:
1313
- id: yamllint
1414
args: [-c=.yamllint]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Install ansible-lint on your system.
44

55
|GitHub|GitLab|Quality|Downloads|Version|Issues|Pull Requests|
66
|------|------|-------|---------|-------|------|-------------|
7-
|[![github](https://github.com/buluma/ansible-role-ansible_lint/workflows/Ansible%20Molecule/badge.svg)](https://github.com/buluma/ansible-role-ansible_lint/actions)|[![gitlab](https://gitlab.com/shadowwalker/ansible-role-ansible_lint/badges/master/pipeline.svg)](https://gitlab.com/shadowwalker/ansible-role-ansible_lint)|[![quality](https://img.shields.io/ansible/quality/58481)](https://galaxy.ansible.com/buluma/ansible_lint)|[![downloads](https://img.shields.io/ansible/role/d/58481)](https://galaxy.ansible.com/buluma/ansible_lint)|[![Version](https://img.shields.io/github/release/buluma/ansible-role-ansible_lint.svg)](https://github.com/buluma/ansible-role-ansible_lint/releases/)|[![Issues](https://img.shields.io/github/issues/buluma/ansible-role-ansible_lint.svg)](https://github.com/buluma/ansible-role-ansible_lint/issues/)|[![PullRequests](https://img.shields.io/github/issues-pr-closed-raw/buluma/ansible-role-ansible_lint.svg)](https://github.com/buluma/ansible-role-ansible_lint/pulls/)|
7+
|[![github](https://github.com/buluma/ansible-role-ansible_lint/workflows/Ansible%20Molecule/badge.svg)](https://github.com/buluma/ansible-role-ansible_lint/actions)|[![gitlab](https://gitlab.com/shadowwalker/ansible-role-ansible_lint/badges/master/pipeline.svg)](https://gitlab.com/shadowwalker/ansible-role-ansible_lint)|[![quality](https://img.shields.io/ansible/quality/4638)](https://galaxy.ansible.com/buluma/ansible_lint)|[![downloads](https://img.shields.io/ansible/role/d/4638)](https://galaxy.ansible.com/buluma/ansible_lint)|[![Version](https://img.shields.io/github/release/buluma/ansible-role-ansible_lint.svg)](https://github.com/buluma/ansible-role-ansible_lint/releases/)|[![Issues](https://img.shields.io/github/issues/buluma/ansible-role-ansible_lint.svg)](https://github.com/buluma/ansible-role-ansible_lint/issues/)|[![PullRequests](https://img.shields.io/github/issues-pr-closed-raw/buluma/ansible-role-ansible_lint.svg)](https://github.com/buluma/ansible-role-ansible_lint/pulls/)|
88

99
## [Example Playbook](#example-playbook)
1010

molecule/default/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ platforms:
1919
command: /sbin/init
2020
volumes:
2121
- /sys/fs/cgroup:/sys/fs/cgroup:rw
22+
cgroupns_mode: host
2223
privileged: yes
2324
pre_build_image: yes
2425
provisioner:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
#
44
[tox]
55
minversion = 4.2.4
6-
envlist = py{311}-ansible{6,7,8}
6+
envlist = py3-ansible{6,7,8}
77

88
skipsdist = true
99

1010
[testenv]
1111
deps =
1212
-rrequirements.txt
13-
ansible5: ansible == 5.*
1413
ansible6: ansible == 6.*
1514
ansible7: ansible == 7.*
15+
ansible8: ansible == 8.*
1616
commands = molecule test
1717
setenv =
1818
TOX_ENVNAME={envname}

0 commit comments

Comments
 (0)