Migration vers Github

This commit is contained in:
Axolito 2025-02-26 11:12:00 +01:00
parent a8661d4b4b
commit 1265271039
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
user: ansible
name: "ansible provision"
minute: "*/10"
job: "/usr/bin/ansible-pull -U https://git.axolito.fr/Axel/laptop_playbook.git > /dev/null"
job: "/usr/bin/ansible-pull -U https://github.com/fablab-loritz/laptop_playbook.git > /dev/null"

View File

@ -50,7 +50,7 @@ echo ""
echo "***** Réinitialisation de l'utilisateur loritz *****"
echo ""
su ansible -c "sudo ansible-pull -U https://git.axolito.fr/Axel/laptop_playbook.git"
su ansible -c "sudo ansible-pull -U https://github.com/fablab-loritz/laptop_playbook.git"
echo ""
echo "***** Réinitialisation terminée *****"