From 1720bbd412f90fff315d8364bfafcdfc529c83c4 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 28 Aug 2024 20:28:09 +0200 Subject: [PATCH] Beautify ansible output Signed-off-by: Knut Ahlers --- PKGBUILD | 2 +- base/usr/share/luzifer/base-setup/inventory | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cc1ad0c..cedd87f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=( luzifer-gui luzifer-lenovo-gui ) -pkgver=0.12.0 +pkgver=0.12.1 pkgrel=1 pkgdesc='System configuration for @luzifer systems' arch=(any) diff --git a/base/usr/share/luzifer/base-setup/inventory b/base/usr/share/luzifer/base-setup/inventory index c4e45d1..6b15141 100644 --- a/base/usr/share/luzifer/base-setup/inventory +++ b/base/usr/share/luzifer/base-setup/inventory @@ -1,2 +1,2 @@ -[localhost] -localhost01 ansible_connection=local +[targets] +localhost ansible_connection=local