From 3756c53bd10171581120a3482d4951f7dc12f088 Mon Sep 17 00:00:00 2001 From: lagertonne Date: Sun, 10 Nov 2024 21:52:59 +0100 Subject: [PATCH] list current hosts in inventory --- .forgejo/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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