We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbafae7 commit a2ddb01Copy full SHA for a2ddb01
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
os: ['ubuntu-22.04', 'ubuntu-24.04']
13
runs-on: ${{ matrix.os }}
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
- run: ansible --version
17
- run: ansible-playbook --syntax-check ./tests/test.yml -i ./tests/hosts
18
- run: ./tests/run
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
release:
8
runs-on: ubuntu-22.04
9
10
11
- name: ansible-galaxy role import
run: |
ansible-galaxy role import --token "$ANSIBLE_TOKEN" --role-name mackerel-agent mackerelio ansible-mackerel-agent
0 commit comments