From 3a85740aa2785d8d38da1c1f6b25e3db90b5070c Mon Sep 17 00:00:00 2001 From: Haletran Date: Thu, 19 Feb 2026 22:25:24 +0100 Subject: [PATCH] change: run script args --- ansible/playbooks/install.yml | 2 +- run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/playbooks/install.yml b/ansible/playbooks/install.yml index 5afbffb..8dfe174 100644 --- a/ansible/playbooks/install.yml +++ b/ansible/playbooks/install.yml @@ -16,7 +16,7 @@ apt: name: - htop - - nvim + - vim state: present - name: Include Docker installation tasks diff --git a/run b/run index 6787c95..95842fa 100755 --- a/run +++ b/run @@ -4,7 +4,7 @@ case "$1" in command) ansible -i ansible/inventory ft_chatons -a "$2" ;; - install) + setup) ansible-playbook -i ansible/inventory ansible/playbooks/install.yml -K ;; *)