Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Apr 15, 2024
2 parents 9aa399d + 84789fd commit 0129c7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Ansible Galaxy
on:
workflow_dispatch:
push:
paths:
- "README.md"
tags:
- "*"

Expand All @@ -16,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install yamllint
Expand All @@ -40,23 +42,24 @@ jobs:
- debian10
- debian11
- debian12
- fedora36
- fedora37
- fedora38
- fedora39
- opensuseleap15
- rockylinux8
- rockylinux9
- ubuntu1804
- ubuntu2004
- ubuntu2204
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install molecule-plugins[docker] jmespath

- name: Secrets to env
uses: oNaiPs/secrets-to-env-action@v1
uses: oNaiPs/secrets-to-env-action@v1.5
with:
secrets: "${{ toJSON(secrets) }}"

Expand All @@ -73,7 +76,7 @@ jobs:
needs: molecule
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ansible
run: pip3 install ansible-core
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install yamllint
Expand All @@ -43,23 +43,24 @@ jobs:
- debian10
- debian11
- debian12
- fedora36
- fedora37
- fedora38
- fedora39
- opensuseleap15
- rockylinux8
- rockylinux9
- ubuntu1804
- ubuntu2004
- ubuntu2204
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install test dependencies
run: pip3 install molecule-plugins[docker] jmespath

- name: Secrets to env
uses: oNaiPs/secrets-to-env-action@v1
uses: oNaiPs/secrets-to-env-action@v1.5
with:
secrets: "${{ toJSON(secrets) }}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Action Update License Year
Expand Down

0 comments on commit 0129c7e

Please sign in to comment.