add feedback

This commit is contained in:
willtome
2022-09-08 17:12:20 -04:00
parent 39db11e200
commit 2b613bcac8

13
feedback.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- hosts: localhost
gather_facts: no
tasks:
- name: Submit Feedback
ansible.builtin.uri:
url: https://docs.google.com/forms/d/e/1FAIpQLSfTq7Dm0hw0sOthHTH2F6wbwwJc-fsJPbn72IZX4CY7p4uGBg/formResponse
method: POST
body: "ifq&entry.1139138403={{ email }} &entry.735882959={{ feedback }}&sumbit=Submit"
- name: Thank you
debug:
msg: Thank you for your feedback!