Add custom runner image with ansible, terraform, community.docker
This commit is contained in:
@@ -18,6 +18,7 @@ on:
|
||||
jobs:
|
||||
ansible:
|
||||
runs-on: ubuntu-latest
|
||||
container: git.lunarfront.tech/ryan/runner:latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ansible
|
||||
@@ -26,11 +27,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Ansible
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y ansible
|
||||
|
||||
- name: Write SSH key
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
||||
Reference in New Issue
Block a user