ansible/test
Pilou 2aa0f366d2 templar: ensure that exceptions are handled, fix 'AttributeError' (#48792)
* templar: ensure that exceptions are handled

* Fix AttributeError: object has no attribute 'message'

'message' attribute is deprecated since Python 2.6 and not available
with Python 3.

Simple reproducer:

    - hosts: localhost
      vars:
        not_json: "{{ 'test str' | from_json }}"
      tasks:
        - command: "echo {{ not_json }}"

(cherry picked from commit 62c05033d6)
2018-12-03 18:40:42 -08:00
..
cache
integration ACME: fix bug introduced in #49266, work around problem with Pebble (#49407) 2018-12-03 17:05:57 -08:00
legacy vultr_server_facts: add tests and changelog for firewall group fix in #48342 (#48411) 2018-11-12 19:30:28 -08:00
results
runner ansible-test: recursively scan setup dependencies (#49170) 2018-12-03 16:33:00 -08:00
sanity [stable-2.7] Prevent metadata changes in a stable branch (#48994) (#49131) 2018-11-26 14:34:13 -06:00
units templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 2018-12-03 18:40:42 -08:00
utils Fix passing of env vars to Shippable. 2018-11-14 22:48:31 -08:00