Compare commits
No commits in common. "d90d9717c20e9ecab248a0eda1766b22e50f70a5" and "f0b45a458270871d2eedaf2737f0863e011d9935" have entirely different histories.
d90d9717c2
...
f0b45a4582
@ -13,7 +13,7 @@ jobs:
|
|||||||
password: ${{ secrets.ACTIONS_TOKEN }}
|
password: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: "Ansible lint"
|
- name: "Ansible lint"
|
||||||
run: ansible-lint --force-color
|
run: ansible-lint --force-color
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
ANSIBLE_PYTHON_INTERPRETER: /usr/bin/python3
|
ANSIBLE_PYTHON_INTERPRETER: /usr/bin/python3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: "Molecule test"
|
- name: "Molecule test"
|
||||||
run: molecule test -s ${{ matrix.scenario }}
|
run: molecule test -s ${{ matrix.scenario }}
|
||||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: ednxzu/galaxy-import-role@v2
|
uses: ednxzu/galaxy-import-role@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user