Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@v1.4.0
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@v1.6.0
with:
git-branch: ${{ github.ref_name }}
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:
jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.4.0
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.6.0
with:
distros: '[ "debian12", "debian11", "ubuntu2404", "ubuntu2204" ]'
distros: '[ "debian13", "debian12", "ubuntu2404", "ubuntu2204" ]'
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ galaxy_info:
description: role to maintain and configure etherpad lite
company: systemli.org
license: GPLv3
min_ansible_version: "2.3"
min_ansible_version: "2.4"
platforms:
- name: Debian
versions:
- trixie
- bookworm
- bullseye
- name: Ubuntu
versions:
- noble
Expand Down
32 changes: 22 additions & 10 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
---
driver:
name: vagrant
provider:
name: virtualbox
name: docker

platforms:
- name: bookworm64
box: debian/bookworm64
instance_raw_config_args:
- "vm.network 'forwarded_port', guest: 9001, host: 9001"
- name: bullseye64
box: debian/bullseye64
- name: debian13
image: "geerlingguy/docker-debian13-ansible:latest"
command: ""
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /var/lib/containerd
cgroupns_mode: host
privileged: true
pre_build_image: true

provisioner:
name: ansible
become: true
become: True
ansible_args:
- --diff

lint: yamllint .

#dependency:
# name: galaxy
# options:
# requirements-file: requirements.yml
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ansible.builtin.include_role:
name: geerlingguy.nodejs
vars:
nodejs_version: 20.x
nodejs_version: 22.x
nodejs_install_npm_user: "root"
nodejs_npm_global_packages:
- name: pnpm