ansible/changelogs
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
..
fragments templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 2018-12-03 18:40:42 -08:00
.changes.yaml New release v2.7.4 2018-11-30 09:30:22 -08:00
CHANGELOG-v2.7.rst New release v2.7.4 2018-11-30 09:30:22 -08:00
CHANGELOG.rst fix RPM builds with placeholder CHANGELOG 2018-05-30 16:47:48 -07:00
config.yaml Implement new changelog generator. 2018-06-05 19:08:15 -07:00
rhsm_repository-loop-fix-improvements.yaml [stable-2.7] Prevent duplicate entries in rhsm_repository module (#48107) 2018-11-09 10:05:38 -08:00
yum-update-only.yaml make yum update_only option actually work (#47942) 2018-11-19 09:55:59 -08:00