mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-07-06 11:00:33 -05:00
update
This commit is contained in:
parent
0ce6958d42
commit
bd8fb2a566
1 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ env:
|
|||
jobs:
|
||||
ansible-base:
|
||||
if: ${{ github.event.inputs.SCRIPT == 'base' }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: registry.durp.info/ubuntu:latest
|
||||
steps:
|
||||
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
ansible-k3s:
|
||||
if: ${{ github.event.inputs.SCRIPT == 'k3s' }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: registry.durp.info/ubuntu:latest
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue