Permalink
Browse files

fix perms, attempt at fixing nesting

  • Loading branch information...
pushcx committed Oct 15, 2017
1 parent 949e64e commit e6450e284b2eb88c67c595a42eac946ec5b86924
Showing with 2 additions and 2 deletions.
  1. +2 −2 roles/lobsters/tasks/main.yml
@@ -47,13 +47,13 @@
- name: copy templates and icons
copy: >
src="{{ item.file }}"
dest="/srv/lobste.rs/http/{{ item.file }}"
dest="/srv/lobste.rs/http/"
owner=lobsters
group=lobsters
mode={{ item.mode }}
with_items:
- { file: 'app', mode: '0600' }
- { file: 'public', mode: '0600' }
- { file: 'public', mode: '0644' }
- name: cp cron script
copy: >

0 comments on commit e6450e2

Please sign in to comment.