ceph-ansible/plugins/actions
Guillaume Abrioux fa388f51cb validate: fix notario error
Typical error:

```
AttributeError: 'Invalid' object has no attribute 'message'
```

As of python 2.6, `BaseException.message` has been deprecated.
When using python3, it fails because it has been removed.

Let's use `str(error)` instead so we don't hit this error when using
python3.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 2326180bf9)
2019-04-23 09:47:42 -04:00
..
config_template.py Sync config_template with upstream for Ansible 2.6 2018-07-12 21:07:41 +00:00
validate.py validate: fix notario error 2019-04-23 09:47:42 -04:00