websites/hlc: Drop formsubmit config tasks
_formsubmit_ runs in Kubernetes since some time now.
This commit is contained in:
@@ -60,25 +60,3 @@
|
||||
state: directory
|
||||
tags:
|
||||
- datadir
|
||||
|
||||
- name: ensure formsubmit is configured hatchlearningcenter.org attendance
|
||||
copy:
|
||||
content: '{{ hlc_formsubmit_attendance|to_nice_yaml(indent=2) }}'
|
||||
dest: /etc/formsubmit/hlc-attendance.yml
|
||||
mode: u=rw,go=r
|
||||
tags:
|
||||
- config
|
||||
- name: ensure formsubmit is configured hatchlearningcenter.org signup
|
||||
copy:
|
||||
content: '{{ hlc_formsubmit_signup|to_nice_yaml(indent=2) }}'
|
||||
dest: /etc/formsubmit/hlc-signup.yml
|
||||
mode: u=rw,go=r
|
||||
tags:
|
||||
- config
|
||||
- name: ensure formsubmit is configured hatchlearningcenter.org summer2024
|
||||
copy:
|
||||
content: '{{ hlc_formsubmit_summer2024|to_nice_yaml(indent=2) }}'
|
||||
dest: /etc/formsubmit/hlc-summer2024.yml
|
||||
mode: u=rw,go=r
|
||||
tags:
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user