summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-25 11:13:43 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-25 11:13:43 -0400
commit65bd2a02c46676ac547ccbc8b7cfda53b59ca36e (patch)
tree84e019109ddf514ab4418fbe9c9d7b1e53950ea3
parente42e761dca58557799084ceafdf2088d85fe40c5 (diff)
downloademacsconf-ansible-65bd2a02c46676ac547ccbc8b7cfda53b59ca36e.tar.xz
emacsconf-ansible-65bd2a02c46676ac547ccbc8b7cfda53b59ca36e.zip
Remove wip tags
-rw-r--r--roles/upload/tasks/main.yml5
-rw-r--r--roles/wiki/tasks/docker.yml4
2 files changed, 0 insertions, 9 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
diff --git a/roles/wiki/tasks/docker.yml b/roles/wiki/tasks/docker.yml
index be6591c..4c7fd06 100644
--- a/roles/wiki/tasks/docker.yml
+++ b/roles/wiki/tasks/docker.yml
@@ -29,24 +29,20 @@
dest: "{{ ikiwiki_bare_git_dir }}"
version: "{{ ikiwiki_git_branch }}"
- name: Set up post-update hook
- tags: wip
template:
src: post-update
dest: "{{ ikiwiki_bare_git_dir }}/hooks/post-update"
mode: 0755
- name: Remove sample
- tags: wip
file:
path: "{{ ikiwiki_bare_git_dir }}/hooks/post-update.sample"
state: absent
- name: Set up ikiwiki post-update hook
- tags: wip
template:
src: post-update.h00-ikiwiki-wrapper
dest: "{{ ikiwiki_bare_git_dir }}/hooks/post-update.h00-ikiwiki-wrapper"
mode: 0755
- name: Change owner
- tags: wip
file:
dest: "{{ ikiwiki_bare_git_dir }}"
recurse: true