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:
|
jobs:
|
||||||
ansible-base:
|
ansible-base:
|
||||||
if: ${{ github.event.inputs.SCRIPT == 'base' }}
|
if: ${{ github.event.inputs.SCRIPT == 'base' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: registry.durp.info/ubuntu:latest
|
image: registry.durp.info/ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
ansible-k3s:
|
ansible-k3s:
|
||||||
if: ${{ github.event.inputs.SCRIPT == 'k3s' }}
|
if: ${{ github.event.inputs.SCRIPT == 'k3s' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: registry.durp.info/ubuntu:latest
|
image: registry.durp.info/ubuntu:latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue