From 4d89d534baaf5bdc9972ef11dcc0e61da8704242 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 27 Mar 2018 22:49:36 +0100 Subject: [PATCH] Remove 'executable' arg from command task Eliminates the following warning: [WARNING]: As of Ansible 2.4, the parameter 'executable' is no longer supported with the 'command' module. Not using '/bin/bash'. Change-Id: Ie540ad28eec47b615ed6e1a36b25959eb6cd21c2 Implements: blueprint python-build-install-simplification Signed-off-by: Jesse Pretorius --- tasks/python_venv_build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/python_venv_build.yml b/tasks/python_venv_build.yml index 8c3b79b..44694ce 100644 --- a/tasks/python_venv_build.yml +++ b/tasks/python_venv_build.yml @@ -82,7 +82,6 @@ tar czf '{{ venv_destination_path }}.tgz' -C '{{ venv_destination_path }}' . args: chdir: "{{ venv_destination_path }}" - executable: /bin/bash warn: no register: _venv_package_build when: