ci(collection): Add Ansible Collection workflow

#15 #17 #18 https://github.com/nofusscomputing/action_ansible_collection/pull/1
This commit is contained in:
2024-08-14 21:56:22 +09:30
parent 61adb6f056
commit baf4b67c28

View File

@ -16,6 +16,18 @@ env:
jobs:
collection:
name: 'Ansible Collection'
uses: nofusscomputing/action_ansible_collection/.github/workflows/reusable_ansible_collection.yaml@development
with:
ANSIBLE_COLLECTION_MARK_RELEASE_LIVE: true
ANSIBLE_GALAXY_NAMESPACE: "${{ github.repository_owner }}"
ANSIBLE_GALAXY_PACKAGE_NAME: "${{ github.event.repository.name }}"
ANSIBLE_LINTING_MUST_PASS: true
secrets:
ANSIBLE_GALAXY_UPLOAD_TOKEN: ${{ secrets.ANSIBLE_GALAXY_UPLOAD_TOKEN }}
gitlab-mirror:
if: ${{ github.repository == 'nofusscomputing/ansible_collection_centurion' }}
runs-on: ubuntu-latest