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.
ansible/test
Pilou 62c05033d6 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 }}"
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration new module: azure_rm_rediscache (#47914) 6 years ago
legacy Digital Ocean Integration tests (#29960) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner new module: azure_rm_rediscache (#47914) 6 years ago
sanity Refactoring cnos_vlan in line with ios, eos etc. (#48924) 6 years ago
units templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 6 years ago
utils Fix passing of env vars to Shippable. 6 years ago