Skip to content

Commit

Permalink
Fedora 35 and updated action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 15, 2021
1 parent 212cbfe commit 17f06f0
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ about: Create a report to help me improve
---

## Describe the bug

A clear and concise description of what the bug is.

## Playbook
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@2.6.16
uses: robertdebock/molecule-action@2.7.2
with:
command: lint
test:
Expand All @@ -35,14 +35,14 @@ jobs:
config:
- image: "amazonlinux"
tag: "latest"
- image: "rockylinux"
- image: "enterpriselinux"
tag: "latest"
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bookworm"
- image: "fedora"
tag: "33"
tag: "34"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand All @@ -61,7 +61,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/molecule-action@2.6.16
uses: robertdebock/molecule-action@2.7.2
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: robertdebock/github-action-molecule:3.0.6
image: robertdebock/github-action-molecule:3.3.1

services:
- docker:dind
Expand All @@ -18,14 +18,14 @@ molecule:
matrix:
- image: "amazonlinux"
tag: "latest"
- image: "rockylinux"
- image: "enterpriselinux"
tag: "latest"
- image: "debian"
tag: "latest"
- image: "debian"
tag: "bookworm"
- image: "fedora"
tag: "33"
tag: "34"
- image: "fedora"
tag: "latest"
- image: "fedora"
Expand Down
12 changes: 12 additions & 0 deletions .later.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
rules:
version: "0.2"
exclude_files:
- meta/argument_specs.yml
- meta/exception.yml
- meta/preferences.yml
- meta/version.yml
- requirements.txt
exclude_filter:
- LINT0009
- ANSIBLE0007
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ repos:
args: [-c=.yamllint]

- repo: https://github.com/robertdebock/pre-commit
rev: v1.2.3
rev: v1.3.1
hooks:
- id: ansible_role_find_unused_variable
- id: ansible_role_find_empty_files
- id: ansible_role_find_empty_directories
- id: ansible_role_fix_readability
- id: ansible_role_find_undefined_handlers
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ntp_pool:
# - iburst

# The timezone.
ntp_timezone: Europe/Amsterdam
ntp_timezone: Etc/UTC
```

## [Requirements](#requirements)
Expand Down
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lint: |
set -e
yamllint .
ansible-lint
ansible-later
driver:
name: docker
platforms:
Expand Down
2 changes: 0 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
name: "{{ ntp_timezone }}"
when:
- ntp_timezone_supported | bool
notify:
- restart cron

- name: manage {{ ntp_service }}
ansible.builtin.service:
Expand Down

0 comments on commit 17f06f0

Please sign in to comment.