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 26, 2024
1 parent 62136f7 commit d5c9737
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 25 deletions.
44 changes: 25 additions & 19 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,37 @@ jobs:
fail-fast: false
matrix:
config:
- image: "alpine-openrc"
tag: "latest"
- image: "amazonlinux"
tag: "latest"
- image: "docker-molecule-images"
tag: "alpine-openrc"
- image: "docker-molecule-images"
tag: "amazonlinux2023"
- image: "enterpriselinux"
tag: "8"
- 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: "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 All @@ -84,6 +88,8 @@ jobs:
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
- name: Running Role Test
run: ansible-galaxy role import --api-key ${{ secrets.galaxy_api_key }} buluma ${{ github.event.repository.name }}

dependabot:
needs:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This example is taken from [`molecule/default/converge.yml`](https://github.com/
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
become: true
gather_facts: true

roles:
- role: buluma.buildtools
Expand All @@ -27,8 +27,8 @@ The machine needs to be prepared. In CI this is done using [`molecule/default/pr
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
gather_facts: false
become: true
roles:
- role: buluma.bootstrap
Expand Down
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 d5c9737

Please sign in to comment.