change: run script args

This commit is contained in:
Haletran 2026-02-19 22:25:24 +01:00
parent 56116066b7
commit 3a85740aa2
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
apt: apt:
name: name:
- htop - htop
- nvim - vim
state: present state: present
- name: Include Docker installation tasks - name: Include Docker installation tasks

2
run
View file

@ -4,7 +4,7 @@ case "$1" in
command) command)
ansible -i ansible/inventory ft_chatons -a "$2" ansible -i ansible/inventory ft_chatons -a "$2"
;; ;;
install) setup)
ansible-playbook -i ansible/inventory ansible/playbooks/install.yml -K ansible-playbook -i ansible/inventory ansible/playbooks/install.yml -K
;; ;;
*) *)