2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

Ansible version sanity check needed? #139

Open ryanj opened 8 years ago

ryanj commented 8 years ago

While we're waiting on #79, it might be good to add an ansible version sanity check to help users identify version mismatch issues.

Here is an example of a mis-reported error (my bad) that might have been avoided: #132

thoraxe commented 8 years ago

Good call. Should be pretty trivial to modify run.py to do "ansible --version" and examine the output ?