fix: Move from github to forgejo
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
f63342bacc
commit
70fc71917c
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
- name: Clone check_ovhcloud source code
|
||||
ansible.builtin.git:
|
||||
repo: https://github.com/jouir/check_ovhcloud.git
|
||||
repo: https://git.riou.xyz/jriou/check_ovhcloud.git
|
||||
dest: /opt/check_ovhcloud
|
||||
|
||||
- name: Configure check_ovhcloud
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
- name: Clone arduino-sensors-toolkit sources
|
||||
ansible.builtin.git:
|
||||
repo: https://github.com/jouir/arduino-sensors-toolkit.git
|
||||
repo: https://git.riou.xyz/jriou/arduino-sensors-toolkit.git
|
||||
dest: /opt/arduino-sensors-toolkit
|
||||
|
||||
- name: Add serial2mqtt user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue