Clark Boylan 589cccb055 Fix dockerhub check in use-docker-mirror role
We were checking if dockerhub is a valid key in the
zuul_site_mirror_info/mirror_info dictionaries but did so without
quoting dockerhub as a string. This meant ansible tried to look up
dockerhub as a variable producing this error:

  The conditional check 'dockerhub is in zuul_site_mirror_info' failed.
  The error was: error while evaluating conditional (dockerhub is in
  zuul_site_mirror_info): 'dockerhub' is undefined. 'dockerhub' is undefined

Fix this by quoting dockerhub so that we lookup the string as a key
instead of a variable.

Change-Id: Ie869b9b52fd0a5b70fc07548ce449937ed2c9589
2024-11-20 23:06:10 +00:00
..
2022-05-05 14:40:00 +10:00
2022-07-27 17:13:39 +10:00
2022-11-07 10:37:53 +11:00
2020-11-09 14:40:00 +00:00
2020-11-03 10:04:27 +00:00
2020-11-09 14:40:00 +00:00
2020-05-06 07:54:30 +02:00
2024-08-19 09:13:07 +02:00
2022-08-15 10:54:23 -07:00
2022-12-15 13:22:49 -08:00
2020-11-09 14:40:00 +00:00
2022-11-07 10:37:53 +11:00
2024-07-02 08:00:55 -07:00
2020-11-10 19:34:45 +00:00
2019-11-20 20:27:21 +01:00
2022-07-27 17:13:39 +10:00
2021-03-08 13:30:32 +00:00
2022-07-27 17:13:39 +10:00
2020-11-02 18:38:54 +00:00
2020-05-16 17:46:17 +02:00
2021-03-17 15:44:43 +00:00
2024-01-08 16:09:17 +00:00
2022-07-27 17:13:39 +10:00
2022-11-07 10:37:53 +11:00
2021-03-17 15:44:43 +00:00
2022-07-27 17:13:39 +10:00
2021-03-08 13:30:32 +00:00
2018-08-17 10:23:20 +10:00