tripleo-ansible/tripleo_ansible/ansible_plugins
Emilien Macchi 67d78a753c container_systemd: improve debugging if service never starts
If a service never starts, the "status" key won't exist so Ansible
raises with KeyError which is very misleading (we don't even have the
service name).

This make pass the KeyError exception, so we fail at the end of the loop
of attempts with proper Ansible raise and we give the service name.

Change-Id: I74f3d5b51bde1ec33b69b2488174eef9cc4a330d
2020-07-27 08:46:33 -04:00
..
action container_systemd: improve debugging if service never starts 2020-07-27 08:46:33 -04:00
callback tripleo_states: add missing space 2020-07-13 01:30:39 +00:00
filter Use filter for containers not running check 2020-06-26 15:31:23 -06:00
module_utils Add a new set of modules to support derived params 2020-04-30 23:48:25 +00:00
modules Capture metalsmith python logging 2020-07-16 10:55:44 +12:00
strategy Allow any_errors_fatal to be dynamic 2020-07-16 13:44:03 -06:00
tests Implement container_startup_config module 2020-07-01 12:50:05 -04:00