diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index e2521b3..332fd80 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -6,12 +6,12 @@ on: - "docs/**" - ".gitea/workflows/**services**.yml" jobs: - checkout: + checkout-code: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - ansible: + ansible-playbook: runs-on: ubuntu-latest container: image: librespace/ansible