diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 312a0c7..07d0544 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -11,6 +11,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + - name: ls + shell: bash + run: | + ls ${{gitea.workspace}} -lah + ansible-playbook: runs-on: ubuntu-latest container: