diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-09-13 08:58:06 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-09-13 08:58:24 -0400 |
commit | 077112b718eb29aecf331b1e703e7e90d8538e6c (patch) | |
tree | 5eab58517501dce8c79101bb7740c5000c506511 /roles/caption/tasks | |
parent | 366d6aec267f543f9a7b928778a09b80852346f3 (diff) | |
download | emacsconf-ansible-077112b718eb29aecf331b1e703e7e90d8538e6c.tar.xz emacsconf-ansible-077112b718eb29aecf331b1e703e7e90d8538e6c.zip |
add some more scripts, change 2022 to emacsconf_year
Diffstat (limited to 'roles/caption/tasks')
-rw-r--r-- | roles/caption/tasks/main.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/roles/caption/tasks/main.yml b/roles/caption/tasks/main.yml index df35645..b34a67d 100644 --- a/roles/caption/tasks/main.yml +++ b/roles/caption/tasks/main.yml @@ -46,15 +46,15 @@ src: talks.json dest: "{{ emacsconf_caption_dir }}/talks.json" mode: 0664 -- name: Install init.d configuration - tags: system - become: true - template: - src: captions.init.d - dest: /etc/init.d/captions - owner: root - group: root - mode: 0755 +# - name: Install init.d configuration +# tags: system +# become: true +# template: +# src: captions.init.d +# dest: /etc/init.d/captions +# owner: root +# group: root +# mode: 0755 - name: Change the group for all the files file: dest: "{{ emacsconf_caption_dir }}" |