summaryrefslogtreecommitdiffstats
path: root/pad/tasks
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-14 20:36:07 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-14 20:36:07 -0400
commit2d391af591700ae52b4f2630454eb31dcbbdd3ad (patch)
tree04bcbef2757cce9fd932e5c80d6347a7f91af56c /pad/tasks
parente618dfe5588d2c9c5d7fb954f81001f5f84d6e1f (diff)
downloademacsconf-ansible-2d391af591700ae52b4f2630454eb31dcbbdd3ad.tar.xz
emacsconf-ansible-2d391af591700ae52b4f2630454eb31dcbbdd3ad.zip
Make publishing work again
Diffstat (limited to 'pad/tasks')
-rw-r--r--pad/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pad/tasks/main.yml b/pad/tasks/main.yml
index 4e2d5cc..42ed834 100644
--- a/pad/tasks/main.yml
+++ b/pad/tasks/main.yml
@@ -75,7 +75,7 @@
owner: root
group: root
mode: 0644
- when: use_initd is defined
+ when: use_initd
- name: Install systemd configuration
tags: system
become: true
@@ -85,7 +85,7 @@
owner: root
group: root
mode: 0755
- when: use_initd is not defined
+ when: not use_initd
- name: Restart Etherpad
become: true
service: