Merge pull request 'Upgrade to 1.22.6' (#12) from development into main
Reviewed-on: #12
This commit is contained in:
commit
a42cd308bc
@ -1,5 +1,2 @@
|
||||
skip_list:
|
||||
- yaml[colons]
|
||||
- yaml[empty-lines]
|
||||
- yaml[line-length]
|
||||
- no-changed-when
|
||||
|
@ -7,22 +7,22 @@ on:
|
||||
|
||||
jobs:
|
||||
Ansible-Development-Pipeline:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ansible-dev-centos9, ansible-dev-fedora39, ansible-dev-debian12 ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ansible-dev-centos9
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Ansible Environment Verify
|
||||
run: |
|
||||
whoami
|
||||
. ./.ci.env
|
||||
env
|
||||
git log -1
|
||||
ansible --version
|
||||
ansible-lint --version
|
||||
echo "BUILD HOST: $(cat /etc/hostname)" && echo
|
||||
echo "BUILD USER: $(whoami)" && echo
|
||||
echo "PWD: $(pwd)" && echo
|
||||
lscpu && echo
|
||||
. ./.ci.env && echo
|
||||
env && echo
|
||||
git log -1 && echo
|
||||
ansible --version && echo
|
||||
ansible-lint --version --offline && echo
|
||||
|
||||
- name: Install Ansible Galaxy Dependencies
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user