copr / db: remove broken when: clause

This is a leftover from when there was a 2fa include there. The when was
to not run that on staging, but when that was removed this was left and
it causes a syntax error.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-16 11:49:28 -07:00
parent ce87f97afe
commit ed16378972

View file

@ -35,7 +35,6 @@
- sudo
tasks:
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: