mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2025-11-30 09:20:06 +00:00
better file permissions
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
template:
|
||||
src: templates/blog/updateBlog
|
||||
dest: /usr/local/bin/updateBlog
|
||||
mode: u+rwx
|
||||
mode: u+rx
|
||||
|
||||
# Rebuild blog every hour
|
||||
- name: Setup blog cron job
|
||||
|
||||
@@ -8,19 +8,19 @@
|
||||
copy:
|
||||
src: static/blog/deadswitch
|
||||
dest: /usr/local/bin/deadswitch
|
||||
mode: u+rwx
|
||||
mode: u+rx
|
||||
|
||||
- name: Install imdead.sh
|
||||
copy:
|
||||
src: static/blog/imdead.sh
|
||||
dest: /root/deadman/imdead.sh
|
||||
mode: u+rwx
|
||||
mode: u+rx
|
||||
|
||||
- name: Copy dead patch
|
||||
copy:
|
||||
src: secrets/dead.patch
|
||||
dest: /root/deadman/dead.patch
|
||||
mode: u+rwx
|
||||
mode: u+rw
|
||||
|
||||
- name: Install deadtrigger
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user