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:
parent
6112ac444e
commit
4d89d534ba
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user