From 7a73cbb16c1e5f83c86ba463f4fa83b1afcec087 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:25:44 +0200 Subject: [PATCH] fixed inventory name --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index c30166e..b135666 100755 --- a/main.sh +++ b/main.sh @@ -104,5 +104,5 @@ echo "Installing needed Ansible packages..." \ && echo "Done installing needed Ansible packages." \ && echo "Running choosen Ansible Playbook at $choosen_playbook_path..." \ && yes O | yay \ - && ansible-playbook --inventory localhost --ask-become-pass --module-path ansible/collections "$choosen_playbook_path" \ + && ansible-playbook --inventory localhost, --ask-become-pass --module-path ansible/collections "$choosen_playbook_path" \ && echo "Done running choosen Ansible Playbook. If this is your first installation, you might want to reboot in order for the settings to take effect."