diff --git a/tasks/nrpe.yml b/tasks/nrpe.yml index 05c2623..02b6e84 100644 --- a/tasks/nrpe.yml +++ b/tasks/nrpe.yml @@ -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 diff --git a/tasks/serial2mqtt.yml b/tasks/serial2mqtt.yml index 74f122f..3e39908 100644 --- a/tasks/serial2mqtt.yml +++ b/tasks/serial2mqtt.yml @@ -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