fixed inventory name

This commit is contained in:
aminnairi
2025-10-01 10:25:44 +02:00
parent f51f35da97
commit 7a73cbb16c
+1 -1
View File
@@ -104,5 +104,5 @@ echo "Installing needed Ansible packages..." \
&& echo "Done installing needed Ansible packages." \ && echo "Done installing needed Ansible packages." \
&& echo "Running choosen Ansible Playbook at $choosen_playbook_path..." \ && echo "Running choosen Ansible Playbook at $choosen_playbook_path..." \
&& yes O | yay \ && 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." && 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."