소스 검색

[ntfy] Update to proper repo

Colin Powell 3 년 전
부모
커밋
e4bd376f64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ansible/roles/ntfy/tasks/main.yml

+ 1 - 1
ansible/roles/ntfy/tasks/main.yml

@@ -13,7 +13,7 @@
 
 - name: Ntfy source deployed
   git:
-    repo: "https://github.com/ntfy/ntfy.git"
+    repo: "https://github.com/binwiederhier/ntfy.git"
     dest: /usr/local/src/ntfy
     force: yes
     accept_hostkey: yes