)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"bfad0c5068041577140bb8b93fe31504adfbabff","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":2,"id":"b68de1f9_0eeff417","updated":"2022-10-12 06:51:58.000000000","message":"Should we set that as default?","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"e75e214d0b7a21bb2d07e9877806fa076cf6519d","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":2,"id":"eb98cd34_940ab6b2","in_reply_to":"b68de1f9_0eeff417","updated":"2022-10-13 19:19:42.000000000","message":"I think there are situations where we would not assume we have access to the remote hosts during this command, e.g. building a kayobe docker image.","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"1f1c43f030fb89dacf1a98ded8433891b0478fca","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"d6b5cf2c_b8ac6f32","updated":"2022-11-07 17:58:12.000000000","message":"Small nits to fix.","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"},{"author":{"_account_id":35264,"name":"Alex Welsh","email":"alex@stackhpc.com","username":"alex-welsh"},"change_message_id":"4e7d4423e375e9581d9f2bd66663ffc874ac7fac","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"38c0cc7c_2c9e9e92","updated":"2022-10-20 16:08:41.000000000","message":"recheck","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"}],"kayobe/cli/commands.py":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"e75e214d0b7a21bb2d07e9877806fa076cf6519d","unresolved":true,"context_lines":[{"line_number":233,"context_line":"        parser \u003d super(ControlHostBootstrap, self).get_parser(prog_name)"},{"line_number":234,"context_line":"        group \u003d parser.add_argument_group(\"Host Bootstrap\")"},{"line_number":235,"context_line":"        group.add_argument(\"--add-known-hosts\", action\u003d\u0027store_true\u0027,"},{"line_number":236,"context_line":"                           help\u003d\"add ssh known hosts entries for each host\")"},{"line_number":237,"context_line":"        return parser"},{"line_number":238,"context_line":""},{"line_number":239,"context_line":"    def take_action(self, parsed_args):"}],"source_content_type":"text/x-python","patch_set":2,"id":"61d03988_0a05fbfd","line":236,"range":{"start_line":236,"start_character":37,"end_line":236,"end_character":40},"updated":"2022-10-13 19:19:42.000000000","message":"nit: SSH","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":35264,"name":"Alex Welsh","email":"alex@stackhpc.com","username":"alex-welsh"},"change_message_id":"a07b010816a8771b31c5bd268742b5d20dd27fc1","unresolved":false,"context_lines":[{"line_number":233,"context_line":"        parser \u003d super(ControlHostBootstrap, self).get_parser(prog_name)"},{"line_number":234,"context_line":"        group \u003d parser.add_argument_group(\"Host Bootstrap\")"},{"line_number":235,"context_line":"        group.add_argument(\"--add-known-hosts\", action\u003d\u0027store_true\u0027,"},{"line_number":236,"context_line":"                           help\u003d\"add ssh known hosts entries for each host\")"},{"line_number":237,"context_line":"        return parser"},{"line_number":238,"context_line":""},{"line_number":239,"context_line":"    def take_action(self, parsed_args):"}],"source_content_type":"text/x-python","patch_set":2,"id":"754688c3_c9fda962","line":236,"range":{"start_line":236,"start_character":37,"end_line":236,"end_character":40},"in_reply_to":"61d03988_0a05fbfd","updated":"2022-10-17 08:33:03.000000000","message":"Done","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"e75e214d0b7a21bb2d07e9877806fa076cf6519d","unresolved":true,"context_lines":[{"line_number":269,"context_line":"            self.app.LOG.debug(\"Adding to known_hosts\")"},{"line_number":270,"context_line":"            playbooks \u003d _build_playbook_list(\"ssh-known-host\")"},{"line_number":271,"context_line":"            self.run_kayobe_playbooks(parsed_args, playbooks,"},{"line_number":272,"context_line":"                                      ignore_limit\u003dTrue)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":""},{"line_number":275,"context_line":"class ControlHostUpgrade(KayobeAnsibleMixin, VaultMixin, Command):"}],"source_content_type":"text/x-python","patch_set":2,"id":"e33a0b3b_ed2c7d18","line":272,"range":{"start_line":272,"start_character":38,"end_line":272,"end_character":55},"updated":"2022-10-13 19:19:42.000000000","message":"Not sure if this makes sense here. It could be used to add SSH known hosts entries for a subset of hosts","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":35264,"name":"Alex Welsh","email":"alex@stackhpc.com","username":"alex-welsh"},"change_message_id":"a07b010816a8771b31c5bd268742b5d20dd27fc1","unresolved":false,"context_lines":[{"line_number":269,"context_line":"            self.app.LOG.debug(\"Adding to known_hosts\")"},{"line_number":270,"context_line":"            playbooks \u003d _build_playbook_list(\"ssh-known-host\")"},{"line_number":271,"context_line":"            self.run_kayobe_playbooks(parsed_args, playbooks,"},{"line_number":272,"context_line":"                                      ignore_limit\u003dTrue)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":""},{"line_number":275,"context_line":"class ControlHostUpgrade(KayobeAnsibleMixin, VaultMixin, Command):"}],"source_content_type":"text/x-python","patch_set":2,"id":"1b6012b5_03e23e0c","line":272,"range":{"start_line":272,"start_character":38,"end_line":272,"end_character":55},"in_reply_to":"e33a0b3b_ed2c7d18","updated":"2022-10-17 08:33:03.000000000","message":"Done","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"1f1c43f030fb89dacf1a98ded8433891b0478fca","unresolved":true,"context_lines":[{"line_number":241,"context_line":""},{"line_number":242,"context_line":"    def get_parser(self, prog_name):"},{"line_number":243,"context_line":"        parser \u003d super(ControlHostBootstrap, self).get_parser(prog_name)"},{"line_number":244,"context_line":"        group \u003d parser.add_argument_group(\"Host Bootstrap\")"},{"line_number":245,"context_line":"        group.add_argument(\"--add-known-hosts\", action\u003d\u0027store_true\u0027,"},{"line_number":246,"context_line":"                           help\u003d\"add SSH known hosts entries for each host\")"},{"line_number":247,"context_line":"        return parser"}],"source_content_type":"text/x-python","patch_set":6,"id":"25cc6c06_464507c1","line":244,"range":{"start_line":244,"start_character":43,"end_line":244,"end_character":57},"updated":"2022-11-07 17:58:12.000000000","message":"Any reason you didn\u0027t say \"Control Host Bootstrap\" here?","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"},{"author":{"_account_id":35264,"name":"Alex Welsh","email":"alex@stackhpc.com","username":"alex-welsh"},"change_message_id":"6eec458cdf105b07dbe806d4c97a792a7b0b2429","unresolved":true,"context_lines":[{"line_number":241,"context_line":""},{"line_number":242,"context_line":"    def get_parser(self, prog_name):"},{"line_number":243,"context_line":"        parser \u003d super(ControlHostBootstrap, self).get_parser(prog_name)"},{"line_number":244,"context_line":"        group \u003d parser.add_argument_group(\"Host Bootstrap\")"},{"line_number":245,"context_line":"        group.add_argument(\"--add-known-hosts\", action\u003d\u0027store_true\u0027,"},{"line_number":246,"context_line":"                           help\u003d\"add SSH known hosts entries for each host\")"},{"line_number":247,"context_line":"        return parser"}],"source_content_type":"text/x-python","patch_set":6,"id":"f0b79fa3_750ab2ce","line":244,"range":{"start_line":244,"start_character":43,"end_line":244,"end_character":57},"in_reply_to":"25cc6c06_464507c1","updated":"2022-11-08 16:53:42.000000000","message":"There\u0027s a few other examples e.g. lines 386, 455, and 909 where the name is a shortened version of the command. I was copying this format","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"c5e713d3a21d0679b7b0535f0d34bc30f5b7d612","unresolved":false,"context_lines":[{"line_number":241,"context_line":""},{"line_number":242,"context_line":"    def get_parser(self, prog_name):"},{"line_number":243,"context_line":"        parser \u003d super(ControlHostBootstrap, self).get_parser(prog_name)"},{"line_number":244,"context_line":"        group \u003d parser.add_argument_group(\"Host Bootstrap\")"},{"line_number":245,"context_line":"        group.add_argument(\"--add-known-hosts\", action\u003d\u0027store_true\u0027,"},{"line_number":246,"context_line":"                           help\u003d\"add SSH known hosts entries for each host\")"},{"line_number":247,"context_line":"        return parser"}],"source_content_type":"text/x-python","patch_set":6,"id":"7a05e0cb_a8963709","line":244,"range":{"start_line":244,"start_character":43,"end_line":244,"end_character":57},"in_reply_to":"f0b79fa3_750ab2ce","updated":"2022-11-09 11:24:32.000000000","message":"OK, it looks good enough.","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"}],"releasenotes/notes/ssh-known-hosts-on-control-host-bootstrap-3b9cfb3ff7ef47f6.yaml":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"e75e214d0b7a21bb2d07e9877806fa076cf6519d","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"features:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds the --add-known-hosts option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    ssh known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in:"},{"line_number":7,"context_line":"    https://storyboard.openstack.org/#!/story/2001670"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"069d1b33_ed68e57e","line":4,"range":{"start_line":4,"start_character":13,"end_line":4,"end_character":30},"updated":"2022-10-13 19:19:42.000000000","message":"``--add-known-hosts``","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":35264,"name":"Alex Welsh","email":"alex@stackhpc.com","username":"alex-welsh"},"change_message_id":"a07b010816a8771b31c5bd268742b5d20dd27fc1","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"features:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds the --add-known-hosts option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    ssh known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in:"},{"line_number":7,"context_line":"    https://storyboard.openstack.org/#!/story/2001670"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"408d6322_ed63f362","line":4,"range":{"start_line":4,"start_character":13,"end_line":4,"end_character":30},"in_reply_to":"069d1b33_ed68e57e","updated":"2022-10-17 08:33:03.000000000","message":"Done","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"e75e214d0b7a21bb2d07e9877806fa076cf6519d","unresolved":true,"context_lines":[{"line_number":2,"context_line":"features:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds the --add-known-hosts option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    ssh known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in:"},{"line_number":7,"context_line":"    https://storyboard.openstack.org/#!/story/2001670"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"44793370_f814d49a","line":5,"range":{"start_line":5,"start_character":4,"end_line":5,"end_character":7},"updated":"2022-10-13 19:19:42.000000000","message":"nit: SSH","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":35264,"name":"Alex Welsh","email":"alex@stackhpc.com","username":"alex-welsh"},"change_message_id":"a07b010816a8771b31c5bd268742b5d20dd27fc1","unresolved":false,"context_lines":[{"line_number":2,"context_line":"features:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds the --add-known-hosts option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    ssh known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in:"},{"line_number":7,"context_line":"    https://storyboard.openstack.org/#!/story/2001670"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"9d126086_7a7944d0","line":5,"range":{"start_line":5,"start_character":4,"end_line":5,"end_character":7},"in_reply_to":"44793370_f814d49a","updated":"2022-10-17 08:33:03.000000000","message":"Done","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"e75e214d0b7a21bb2d07e9877806fa076cf6519d","unresolved":true,"context_lines":[{"line_number":4,"context_line":"    Adds the --add-known-hosts option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    ssh known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in:"},{"line_number":7,"context_line":"    https://storyboard.openstack.org/#!/story/2001670"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"bf0bf0fb_27252cd6","line":7,"range":{"start_line":7,"start_character":4,"end_line":7,"end_character":53},"updated":"2022-10-13 19:19:42.000000000","message":"nit: hyperlink","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":35264,"name":"Alex Welsh","email":"alex@stackhpc.com","username":"alex-welsh"},"change_message_id":"a07b010816a8771b31c5bd268742b5d20dd27fc1","unresolved":false,"context_lines":[{"line_number":4,"context_line":"    Adds the --add-known-hosts option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    ssh known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in:"},{"line_number":7,"context_line":"    https://storyboard.openstack.org/#!/story/2001670"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"3998405a_b167a323","line":7,"range":{"start_line":7,"start_character":4,"end_line":7,"end_character":53},"in_reply_to":"bf0bf0fb_27252cd6","updated":"2022-10-17 08:33:03.000000000","message":"Done","commit_id":"7935b524d289fc116c174bef2276a17d4e7499ce"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"18a9e7dfe6f54d8747a3a9b77f6a2b67fbb9ed0b","unresolved":true,"context_lines":[{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds the ``--add-known-hosts`` option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    SSH known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in `story 2009277 "},{"line_number":7,"context_line":"    \u003chttps://storyboard.openstack.org/#!/story/2001670\u003e`__"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"88f94262_832ba31f","line":6,"range":{"start_line":6,"start_character":42,"end_line":6,"end_character":43},"updated":"2022-10-20 13:15:13.000000000","message":"Trailing whitespace here.","commit_id":"5e2af1d678310a0994a065b58c26ca8337c579a3"},{"author":{"_account_id":35264,"name":"Alex Welsh","email":"alex@stackhpc.com","username":"alex-welsh"},"change_message_id":"9d448c2032713feb46a004fba0c363184f50801d","unresolved":false,"context_lines":[{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds the ``--add-known-hosts`` option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    SSH known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in `story 2009277 "},{"line_number":7,"context_line":"    \u003chttps://storyboard.openstack.org/#!/story/2001670\u003e`__"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"81d747fd_af927351","line":6,"range":{"start_line":6,"start_character":42,"end_line":6,"end_character":43},"in_reply_to":"88f94262_832ba31f","updated":"2022-10-20 14:45:12.000000000","message":"Done","commit_id":"5e2af1d678310a0994a065b58c26ca8337c579a3"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"1f1c43f030fb89dacf1a98ded8433891b0478fca","unresolved":true,"context_lines":[{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds the ``--add-known-hosts`` option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    SSH known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in `story 2009277"},{"line_number":7,"context_line":"    \u003chttps://storyboard.openstack.org/#!/story/2001670\u003e`__"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"928a00f9_721260d0","line":6,"range":{"start_line":6,"start_character":35,"end_line":6,"end_character":42},"updated":"2022-11-07 17:58:12.000000000","message":"Wrong story ID","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"7b4f9662a2cfe9b77b46f3f53b87222388d3a287","unresolved":false,"context_lines":[{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds the ``--add-known-hosts`` option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    SSH known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in `story 2009277"},{"line_number":7,"context_line":"    \u003chttps://storyboard.openstack.org/#!/story/2001670\u003e`__"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"737c2127_dbf1fec3","line":6,"range":{"start_line":6,"start_character":35,"end_line":6,"end_character":42},"in_reply_to":"928a00f9_721260d0","updated":"2022-11-09 11:29:28.000000000","message":"Done","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"3c7eb0343c9c0e861464fd6764fc46e2ecb230ae","unresolved":true,"context_lines":[{"line_number":4,"context_line":"    Adds the ``--add-known-hosts`` option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    SSH known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in `story 2009277"},{"line_number":7,"context_line":"    \u003chttps://storyboard.openstack.org/#!/story/2001670\u003e`__"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"e7f46d25_b6c532e0","line":7,"updated":"2022-11-07 18:07:52.000000000","message":"Missing period at end of line.","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"3c7eb0343c9c0e861464fd6764fc46e2ecb230ae","unresolved":true,"context_lines":[{"line_number":4,"context_line":"    Adds the ``--add-known-hosts`` option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    SSH known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in `story 2009277"},{"line_number":7,"context_line":"    \u003chttps://storyboard.openstack.org/#!/story/2001670\u003e`__"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"e9cce343_49fe6fd4","line":7,"updated":"2022-11-07 18:07:52.000000000","message":"Missing period at end of line.","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"7b4f9662a2cfe9b77b46f3f53b87222388d3a287","unresolved":false,"context_lines":[{"line_number":4,"context_line":"    Adds the ``--add-known-hosts`` option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    SSH known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in `story 2009277"},{"line_number":7,"context_line":"    \u003chttps://storyboard.openstack.org/#!/story/2001670\u003e`__"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"630788af_3480c547","line":7,"in_reply_to":"e7f46d25_b6c532e0","updated":"2022-11-09 11:29:28.000000000","message":"Done","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"c5e713d3a21d0679b7b0535f0d34bc30f5b7d612","unresolved":false,"context_lines":[{"line_number":4,"context_line":"    Adds the ``--add-known-hosts`` option to control host bootstrap. This will add"},{"line_number":5,"context_line":"    SSH known hosts entries for each host. This should provide a way around"},{"line_number":6,"context_line":"    the issues described in `story 2009277"},{"line_number":7,"context_line":"    \u003chttps://storyboard.openstack.org/#!/story/2001670\u003e`__"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"4105fe1d_14fb16a0","line":7,"in_reply_to":"e9cce343_49fe6fd4","updated":"2022-11-09 11:24:32.000000000","message":"Resolving duplicate comment.","commit_id":"bff900dbcf701807e4ba4136d287a45e21009780"}]}
