BaseOS v1.0.36 #20

Merged
chris merged 7 commits from testing into main 2025-08-25 13:33:04 -04:00
6 changed files with 8 additions and 164 deletions
Showing only changes of commit b6f277da58 - Show all commits

View File

@ -7,10 +7,7 @@ on:
jobs: jobs:
Ansible-Development-Pipeline: Ansible-Development-Pipeline:
strategy: runs-on: ansible-dev-centos
matrix:
os: [ ansible-dev-centos, ansible-dev-fedora, ansible-dev-debian ]
runs-on: ${{ matrix.os }}
steps: steps:
- name: Clone repository - name: Clone repository
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -4,7 +4,7 @@ collections:
- name: jchristianh.baseos - name: jchristianh.baseos
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
type: git type: git
version: 1.0.35 version: 1.0.36
# Galaxy Collections # Galaxy Collections
- name: community.general - name: community.general