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 <jesse.pretorius@rackspace.co.uk>
This commit is contained in:
Jesse Pretorius 2018-03-27 22:49:36 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 6112ac444e
commit 4d89d534ba
1 changed files with 0 additions and 1 deletions

View File

@ -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: