From c5fe856e1a13ef454a96f2cf836040e77715a5ed Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 29 Jan 2020 21:58:09 +0100 Subject: [PATCH] misc update --- tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 9c38fba..5375eba 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -24,7 +24,7 @@ notify: - restart nginx - restart service -- name: +- name: check that temp folder is absent file: path: "/tmp/{{name}}" state: absent @@ -39,9 +39,9 @@ - name: create venv pip: - requirements: "{{source_location}}/requirements.txt" - virtualenv: "{{venv_location}}{{venv_name}}" - virtualenv_command: /usr/bin/python -m venv + requirements: "{{source_location}}/requirements.txt" + virtualenv: "{{venv_location}}{{venv_name}}" + virtualenv_command: /usr/bin/python -m venv - name: install gunicorn