You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
453 B
YAML
16 lines
453 B
YAML
|
|
# 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
|