diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 8802e1f..4774dc4 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -27,4 +27,6 @@ jobs: run: | ansible --version - + - name: List ansible hosts + run: | + ansible-inventory --list \ No newline at end of file