From b8d1cfbdee7be28a17566077ddffcd9f8cb5600e Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 23 Sep 2020 17:54:11 +0200 Subject: [PATCH] Fix: a2mod to a2enmod --- tasks/userdir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/userdir.yml b/tasks/userdir.yml index a52eaca..6fafc30 100644 --- a/tasks/userdir.yml +++ b/tasks/userdir.yml @@ -1,6 +1,6 @@ --- - name: Enable userdir - shell: /usr/sbin/a2mod userdir + shell: /usr/sbin/a2enmod userdir notify: Reload Apache - name: Set up userdir virtualhost