This commit is contained in:
parent
33de223a5c
commit
4de9146e79
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,6 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install ansible
|
- name: Install ansible
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
|
@ -16,6 +15,10 @@ jobs:
|
||||||
python3 -m pip install ansible
|
python3 -m pip install ansible
|
||||||
python3 -m pip install ansible-lint
|
python3 -m pip install ansible-lint
|
||||||
|
|
||||||
|
- name: Populate relevant files
|
||||||
|
echo "${{ secrets.C3LF_INVENTORY_TESTING }}" > /etC/ansible/hosts
|
||||||
|
ssh-add - <<< "${{ secrets.C3LF_SSH_TESTING }}"
|
||||||
|
|
||||||
- name: Check ansible version
|
- name: Check ansible version
|
||||||
run: |
|
run: |
|
||||||
ansible --version
|
ansible --version
|
||||||
|
|
Loading…
Reference in a new issue