From d58d1bd2087317e7d2a39cbacfdf195e99e29b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 10 Nov 2020 12:07:49 +0100 Subject: [PATCH] IPA: don't add the mod_wsgi role, let the installed set the options it wants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/groups/ipa.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/groups/ipa.yml b/playbooks/groups/ipa.yml index bd0e775649..49569e8370 100644 --- a/playbooks/groups/ipa.yml +++ b/playbooks/groups/ipa.yml @@ -20,7 +20,6 @@ - sudo - { role: openvpn/client, when: env != "staging" } - - mod_wsgi pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"