From ed16378972c361327870aa436710db5bb92aa102 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 May 2022 11:49:28 -0700 Subject: [PATCH] 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 --- playbooks/groups/copr-db.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/groups/copr-db.yml b/playbooks/groups/copr-db.yml index a46b3bf161..60a603bac6 100644 --- a/playbooks/groups/copr-db.yml +++ b/playbooks/groups/copr-db.yml @@ -35,7 +35,6 @@ - sudo tasks: - when: env != "staging" - import_tasks: "{{ tasks_path }}/motd.yml" handlers: