issue #152: reproduction for second problem

wip-fakessh-exit-status
David Wilson 6 years ago
parent c183f06dfb
commit 3579b6806b

@ -0,0 +1,15 @@
# issue #152 (b): local connections were not receiving
# ansible_python_interpreter treatment, breaking virtualenvs.
# To test:
# - Ensure system Python does not have boto3 installed.
# - Run /path/to/venv/ansible-playbook ... with the virtualenv deactivated.
# Observe success.
# - Run ansible-playbook ... with the virtualenv activated. Observe success.
- hosts: all
gather_facts: false
tasks:
- local_action: cloudformation_facts
Loading…
Cancel
Save