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:
parent
ce87f97afe
commit
ed16378972
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
|||
- sudo
|
||||
|
||||
tasks:
|
||||
when: env != "staging"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue