websites/hlc: Drop formsubmit config tasks

_formsubmit_ runs in Kubernetes since some time now.
master
Dustin 2025-08-24 20:07:44 -05:00
parent 524ac0931a
commit c11a792eb8
1 changed files with 0 additions and 22 deletions

View File

@ -60,25 +60,3 @@
state: directory state: directory
tags: tags:
- datadir - 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