浏览代码

[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