From 7c1f2e29b37e806560125815d407b6affe67eb6b Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 5 Sep 2019 21:02:30 +0200 Subject: [PATCH] copr: fe-dev: 2fa --- playbooks/groups/copr-frontend-cloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/copr-frontend-cloud.yml b/playbooks/groups/copr-frontend-cloud.yml index c8892f2e60..8d77852b4b 100644 --- a/playbooks/groups/copr-frontend-cloud.yml +++ b/playbooks/groups/copr-frontend-cloud.yml @@ -25,6 +25,7 @@ tasks: - import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml" + - { import_tasks: "{{ tasks_path }}/2fa_client.yml", when: devel|bool } - name: set hostname (required by some services, at least postfix need it) hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org"