Clark Boylan 183e186fe0 Fix error checking with zuul graceful stops
The previous code had attempted to handle the case where the container
isn't running and we exec a zuul graceful stop in the container.
Unfortunately I got the string to check for wrong. I think I must've
checked the `docker exec` output and not the `docker-compose exec`
output.

This change updates the string to match exactly what ansible complained
about:

  TASK [zuul-merger : Gracefully stop Zuul Merger] *******************************
  fatal: [zm05.opendev.org]: FAILED! => {
      "changed": true,
      "cmd": "docker-compose exec merger zuul-merger stop",
      "delta": "0:00:00.573561",
      "end": "2022-09-14 01:59:41.721044",
      "failed_when_result": true,
      "rc": 1,
      "start": "2022-09-14 01:59:41.147483"
  }

  STDERR:

  No container found for merger_1

  MSG:

  non-zero return code

Specifically we check for 'No container found' in stderr.

Change-Id: I737b9da14c210215926804816d1e032540d694dc
2022-09-14 08:12:59 -07:00
..
2021-06-02 13:56:19 +10:00
2020-02-12 16:39:11 +11:00
2022-08-04 13:40:28 +10:00
2022-05-05 08:36:20 -07:00
2020-11-20 19:13:32 +11:00
2022-08-25 13:53:55 -07:00
2022-06-28 18:41:17 +10:00
2020-04-16 12:45:36 -05:00
2022-05-04 13:08:28 -07:00
2020-10-19 14:06:57 +11:00
2018-08-23 21:34:42 +10:00
2022-02-01 13:52:47 -08:00
2021-12-13 14:54:16 +11:00