Commit 648a0e3

bryfry <bryon@fryer.io>
2016-06-02 15:38:40
update to personal fork of slock
1 parent 3890e70
Changed files (1)
tasks/slock.yml
@@ -12,16 +12,10 @@
 
 - name: slock - git clone
   git:
-    repo: http://git.suckless.org/slock
+    repo: git@github.com:bryfry/slock.git
     dest: "{{ slock_dir }}"
   tags: slock
 
-- name: slock - configure
-  copy: 
-    src: files/slock-config.h
-    dest: "{{ slock_dir }}/config.h"
-  tags: [slock, config]
-
 - name: slock - compile
   command: "{{ item }}"
   args: