From 78fad39d3ed46f01b93a4e9ea7ce584647225a41 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:51:05 +0100 Subject: [PATCH] suppressing the localhost warning by using an inventory file --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 171a2f9..366c279 100644 --- a/makefile +++ b/makefile @@ -4,4 +4,4 @@ collections: sudo ansible-galaxy collection install -p collections kewlfft.aur install: collections - ansible-playbook --ask-become-pass playbook.yml + ansible-playbook --ask-become-pass --inventory ./ansible/hosts playbook.yml