diff --git a/roles/wireguard-r/tasks/main.yml b/roles/wireguard-r/tasks/main.yml index 0691386..270e156 100644 --- a/roles/wireguard-r/tasks/main.yml +++ b/roles/wireguard-r/tasks/main.yml @@ -41,4 +41,4 @@ state: restarted - name: ouverture port 8000 pour copie fichier config - command: "cd ~/confwg/ && python3 -m http.server 8000 &" + command: "cd /root/confwg/ && python3 -m http.server 8000 &"