issue #164: rename tests for clarity

pull/193/head
David Wilson 6 years ago
parent f655be1455
commit b247c320d2

@ -9,4 +9,11 @@
- hosts: all
tasks:
- local_action: cloudformation_facts
- name: regression/issue_152__local_action_wrong_interpreter.yml
connection: local
become: true
shell: pip uninstall boto3
ignore_errors: true
- cloudformation_facts:
connection: local

@ -8,8 +8,6 @@
- name: Use virtualenv for the Python interpeter
set_fact: ansible_python_interpreter=/tmp/issue_151_virtualenv/bin/python
- command: sleep 123123
- name: Ensure the app DB user exists
postgresql_user:
db: postgres
Loading…
Cancel
Save