Skip to content

Commit

Permalink
Ansible Generated Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 25, 2024
1 parent 5cf6ea6 commit 60e28d6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
50 changes: 33 additions & 17 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,39 @@ jobs:
fail-fast: false
matrix:
config:
- image: "alpine-openrc"
tag: "latest"
- image: "docker-molecule-images"
tag: "alpine-openrc"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "debian-systemd"
tag: "latest"
- image: "debian-systemd"
- image: "docker-molecule-images"
tag: "buster"
- image: "docker-molecule-images"
tag: "bullseye"
- image: "fedora-systemd"
- image: "docker-molecule-images"
tag: "37"
- image: "docker-molecule-images"
tag: "38"
- image: "fedora-systemd"
tag: "latest"
- image: "fedora-systemd"
- image: "docker-molecule-images"
tag: "39"
- image: "docker-molecule-images"
tag: "40"
- image: "docker-molecule-images"
tag: "rawhide"
- image: "docker-opensuse-systemd"
tag: "latest"
- image: "docker-ubuntu-systemd"
tag: "latest"
- image: "docker-ubuntu-systemd"
- image: "docker-molecule-images"
tag: "opensuse"
- image: "docker-molecule-images"
tag: "ubuntu_latest"
- image: "docker-molecule-images"
tag: "focal"
- image: "docker-ubuntu-systemd"
- image: "docker-molecule-images"
tag: "bionic"
- image: "docker-ubuntu-systemd"
- image: "docker-molecule-images"
tag: "jammy"
- image: "docker-molecule-images"
tag: "lunar"
- image: "docker-ubuntu-systemd"
- image: "docker-molecule-images"
tag: "noble"
steps:
- name: Checkout Role
Expand Down Expand Up @@ -108,3 +114,13 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test_role:
needs:
- lint
- test
runs-on: ubuntu-20.04

steps:
- uses: "actions/checkout@master"
- name: Test Role
run: "ansible-galaxy role import --api-key {{ secrets.galaxy_api_key }} buluma ${{ github.repository }}"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible-compat == 4.*
molecule == 6.*
molecule == 24.*
molecule-plugins[docker] == 23.*
ansible-lint == 6.*
ansible-lint == 24.*
paramiko == 3.*
# Pinning requests version due to [bug](https://github.com/docker/docker-py/issues/3113)
# requests == 2.28.1

0 comments on commit 60e28d6

Please sign in to comment.