From 1e7b394cc86b7d4b60d8e082139b53ea3acf782d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 23 Oct 2018 10:33:25 +0000 Subject: [PATCH] Missing dep and typo --- roles/taiga/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index 3c1cbdcd6a..fec7c00489 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -7,7 +7,7 @@ - dnf: name={{item}} state=present with_items: - postfix - + - cronie - nginx - libsemanage-python - postgresql-server @@ -111,7 +111,7 @@ state: latest chdir: /home/taiga virtualenv: /home/taiga/venv - vitualenv_command: pyvenv + virtualenv_command: pyvenv virtualenv_site_packages: yes - name: install Gunicorn