diff options
Diffstat (limited to 'roles/upload')
-rw-r--r-- | roles/upload/tasks/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/upload/tasks/main.yml b/roles/upload/tasks/main.yml index 843b4be..57d21a2 100644 --- a/roles/upload/tasks/main.yml +++ b/roles/upload/tasks/main.yml @@ -42,7 +42,6 @@ dest: "/home/{{ upload_user }}/psitransfer" state: link - name: Upload production config - tags: wip become: true template: src: config.production.js @@ -53,7 +52,6 @@ production: yes ci: yes - name: Add LibreJS tag start - tags: wip lineinfile: path: /home/{{ upload_user }}/psitransfer/public/app/{{ item.path }} line: // @license {{ item.license }} @@ -68,7 +66,6 @@ - path: download.js license: magnet:?xt=urn:btih:87f119ba0b429ba17a44b4bffcab33165ebdacc0&dn=freebsd.txt BSD-2-Clause - name: Add license tag end - tags: wip lineinfile: path: /home/{{ upload_user }}/psitransfer/public/app/{{ item.path }} line: // @license-end @@ -78,7 +75,6 @@ - path: admin.js - path: download.js - name: Update head template - tags: wip template: src: head.pug dest: /home/{{ upload_user }}/psitransfer/public/pug/partials/head.pug @@ -99,7 +95,6 @@ mode: 0755 when: not use_initd - name: Restart Upload - tags: wip become: true service: name: upload |