From 82151639ab96639defdeb4a91409f2143c0d3182 Mon Sep 17 00:00:00 2001 From: Mateo Date: Tue, 30 Jul 2024 14:50:57 +0200 Subject: [PATCH] Bootstrap get dev branch instead of main --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d7a7885..48bc3ab 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -24,7 +24,7 @@ sudo apt install git git-lfs -y git lfs install # Clone ansible_playbooks repo -git clone https://git.athelas-conseils.fr/Stage/ansible_playbooks.git +git clone -b dev https://git.athelas-conseils.fr/Stage/ansible_playbooks.git ~/.local/bin/ansible-playbook ansible_playbooks/tasks/full_setup.yml -i ansible_playbooks/inventory.ini --extra-vars "ansible_ssh_pass=$password ansible_ssh_common_args='-o StrictHostKeyChecking=no'" \ No newline at end of file