all:
  children:
    zuul_unreachable:
      hosts: {}
  hosts:
    ubuntu-noble:
      ansible_connection: ssh
      ansible_host: 199.19.213.126
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      nodepool:
        az: nova
        cloud: public
        external_id: c84c378b-aae2-41cd-bd60-265340b77d7d
        host_id: 75d3a86f985f0d60e3cff8f4ecdf5573fc58e724d10889e9f3cb3f12
        interface_ip: 199.19.213.126
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.19.213.126
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.126
        public_ipv6: 2604:e100:1:0:f816:3eff:fedb:66f4
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: c84c378b-aae2-41cd-bd60-265340b77d7d
        host_id: 75d3a86f985f0d60e3cff8f4ecdf5573fc58e724d10889e9f3cb3f12
        interface_ip: 199.19.213.126
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.19.213.126
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.126
        public_ipv6: 2604:e100:1:0:f816:3eff:fedb:66f4
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job pre-commit explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/general-jobs.yaml@main#1>'
      - '<Job pre-commit explicit: None implied: None source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#176>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 3fea11c8df46407cb7fd11f5dce1e91e
      build_refs:
      - branch: main
        change: '265'
        change_message: "chore(deps): update dependency pytest to v9.0.3 [security]\n\nThis
          PR contains the following updates:\n\n| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/)
          | [Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|
          [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html))
          | `9.0.2` \u2192 `9.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/9.0.3?slim=true)
          | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/9.0.2/9.0.3?slim=true)
          |\n\n---\n\n### pytest has vulnerable tmpdir handling\n[CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)
          / [GHSA-6w46-j5rx-g56g](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)\n\n<details>\n<summary>More
          information</summary>\n\n#### Details\npytest through 9.0.2 on UNIX relies
          on directories with the `/tmp/pytest-of-{user}` name pattern, which allows
          local users to cause a denial of service or possibly gain privileges.\n\n####
          Severity\n- CVSS Score: 6.8 / 10 (Medium)\n- Vector String: `CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L`\n\n####
          References\n- [https://nvd.nist.gov/vuln/detail/CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)\n-
          [https://github.com/pytest-dev/pytest/issues/13669](https://redirect.github.com/pytest-dev/pytest/issues/13669)\n-
          [https://www.openwall.com/lists/oss-security/2026/01/21/5](https://www.openwall.com/lists/oss-security/2026/01/21/5)\n-
          [https://github.com/pytest-dev/pytest/pull/14343](https://redirect.github.com/pytest-dev/pytest/pull/14343)\n-
          [https://github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c](https://redirect.github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c)\n-
          [https://github.com/pytest-dev/pytest/releases/tag/9.0.3](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.3)\n-
          [https://github.com/advisories/GHSA-6w46-j5rx-g56g](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)\n\nThis
          data is provided by the [GitHub Advisory Database](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)
          ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).\n</details>\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>pytest-dev/pytest (pytest)</summary>\n\n###
          [`v9.0.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.3)\n\n[Compare
          Source](https://redirect.github.com/pytest-dev/pytest/compare/9.0.2...9.0.3)\n\n###
          pytest 9.0.3 (2026-04-07)\n\n#### Bug fixes\n\n- [#&#8203;12444](https://redirect.github.com/pytest-dev/pytest/issues/12444):
          Fixed `pytest.approx` which now correctly takes into account `~collections.abc.Mapping`
          keys order to compare them.\n\n- [#&#8203;13634](https://redirect.github.com/pytest-dev/pytest/issues/13634):
          Blocking a `conftest.py` file using the `-p no:` option is now explicitly
          disallowed.\n\n  Previously this resulted in an internal assertion failure
          during plugin loading.\n\n  Pytest now raises a clear `UsageError` explaining
          that conftest files are not plugins and cannot be disabled via `-p`.\n\n-
          [#&#8203;13734](https://redirect.github.com/pytest-dev/pytest/issues/13734):
          Fixed crash when a test raises an exceptiongroup with `__tracebackhide__
          = True`.\n\n- [#&#8203;14195](https://redirect.github.com/pytest-dev/pytest/issues/14195):
          Fixed an issue where non-string messages passed to <span class=\"title-ref\">unittest.TestCase.subTest()</span>
          were not printed.\n\n- [#&#8203;14343](https://redirect.github.com/pytest-dev/pytest/issues/14343):
          Fixed use of insecure temporary directory (CVE-2025-71176).\n\n#### Improved
          documentation\n\n- [#&#8203;13388](https://redirect.github.com/pytest-dev/pytest/issues/13388):
          Clarified documentation for `-p` vs `PYTEST_PLUGINS` plugin loading and
          fixed an incorrect `-p` example.\n- [#&#8203;13731](https://redirect.github.com/pytest-dev/pytest/issues/13731):
          Clarified that capture fixtures (e.g. `capsys` and `capfd`) take precedence
          over the `-s` / `--capture=no` command-line options in `Accessing captured
          output from a test function <accessing-captured-output>`.\n- [#&#8203;14088](https://redirect.github.com/pytest-dev/pytest/issues/14088):
          Clarified that the default `pytest_collection` hook sets `session.items`
          before it calls `pytest_collection_finish`, not after.\n- [#&#8203;14255](https://redirect.github.com/pytest-dev/pytest/issues/14255):
          TOML integer log levels must be quoted: Updating reference documentation.\n\n####
          Contributor-facing changes\n\n- [#&#8203;12689](https://redirect.github.com/pytest-dev/pytest/issues/12689):
          The test reports are now published to Codecov from GitHub Actions.\n  The
          test statistics is visible [on the web interface](https://app.codecov.io/gh/pytest-dev/pytest/tests).\n\n
          \ \\-- by `aleguy02`\n\n</details>\n\n---\n\n### Configuration\n\n\U0001F4C5
          **Schedule**: (UTC)\n\n- Branch creation\n  - \"\"\n- Automerge\n  - At
          any time (no schedule defined)\n\n\U0001F6A6 **Automerge**: Disabled by
          config. Please merge this manually once you are satisfied.\n\n\u267B **Rebasing**:
          Whenever PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
          **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
          - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
          box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
          View the [repository job log](https://developer.mend.io/github/vexxhost/ansible-collection-kubernetes).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/265
        commit_id: ce7234f6e8f4fa672011d6504471ed8a09af2dd5
        patchset: ce7234f6e8f4fa672011d6504471ed8a09af2dd5
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      buildset: e5908ae4a6b341a1987929af757218ec
      buildset_refs:
      - branch: main
        change: '265'
        change_message: "chore(deps): update dependency pytest to v9.0.3 [security]\n\nThis
          PR contains the following updates:\n\n| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/)
          | [Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|
          [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html))
          | `9.0.2` \u2192 `9.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/9.0.3?slim=true)
          | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/9.0.2/9.0.3?slim=true)
          |\n\n---\n\n### pytest has vulnerable tmpdir handling\n[CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)
          / [GHSA-6w46-j5rx-g56g](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)\n\n<details>\n<summary>More
          information</summary>\n\n#### Details\npytest through 9.0.2 on UNIX relies
          on directories with the `/tmp/pytest-of-{user}` name pattern, which allows
          local users to cause a denial of service or possibly gain privileges.\n\n####
          Severity\n- CVSS Score: 6.8 / 10 (Medium)\n- Vector String: `CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L`\n\n####
          References\n- [https://nvd.nist.gov/vuln/detail/CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)\n-
          [https://github.com/pytest-dev/pytest/issues/13669](https://redirect.github.com/pytest-dev/pytest/issues/13669)\n-
          [https://www.openwall.com/lists/oss-security/2026/01/21/5](https://www.openwall.com/lists/oss-security/2026/01/21/5)\n-
          [https://github.com/pytest-dev/pytest/pull/14343](https://redirect.github.com/pytest-dev/pytest/pull/14343)\n-
          [https://github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c](https://redirect.github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c)\n-
          [https://github.com/pytest-dev/pytest/releases/tag/9.0.3](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.3)\n-
          [https://github.com/advisories/GHSA-6w46-j5rx-g56g](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)\n\nThis
          data is provided by the [GitHub Advisory Database](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)
          ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).\n</details>\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>pytest-dev/pytest (pytest)</summary>\n\n###
          [`v9.0.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.3)\n\n[Compare
          Source](https://redirect.github.com/pytest-dev/pytest/compare/9.0.2...9.0.3)\n\n###
          pytest 9.0.3 (2026-04-07)\n\n#### Bug fixes\n\n- [#&#8203;12444](https://redirect.github.com/pytest-dev/pytest/issues/12444):
          Fixed `pytest.approx` which now correctly takes into account `~collections.abc.Mapping`
          keys order to compare them.\n\n- [#&#8203;13634](https://redirect.github.com/pytest-dev/pytest/issues/13634):
          Blocking a `conftest.py` file using the `-p no:` option is now explicitly
          disallowed.\n\n  Previously this resulted in an internal assertion failure
          during plugin loading.\n\n  Pytest now raises a clear `UsageError` explaining
          that conftest files are not plugins and cannot be disabled via `-p`.\n\n-
          [#&#8203;13734](https://redirect.github.com/pytest-dev/pytest/issues/13734):
          Fixed crash when a test raises an exceptiongroup with `__tracebackhide__
          = True`.\n\n- [#&#8203;14195](https://redirect.github.com/pytest-dev/pytest/issues/14195):
          Fixed an issue where non-string messages passed to <span class=\"title-ref\">unittest.TestCase.subTest()</span>
          were not printed.\n\n- [#&#8203;14343](https://redirect.github.com/pytest-dev/pytest/issues/14343):
          Fixed use of insecure temporary directory (CVE-2025-71176).\n\n#### Improved
          documentation\n\n- [#&#8203;13388](https://redirect.github.com/pytest-dev/pytest/issues/13388):
          Clarified documentation for `-p` vs `PYTEST_PLUGINS` plugin loading and
          fixed an incorrect `-p` example.\n- [#&#8203;13731](https://redirect.github.com/pytest-dev/pytest/issues/13731):
          Clarified that capture fixtures (e.g. `capsys` and `capfd`) take precedence
          over the `-s` / `--capture=no` command-line options in `Accessing captured
          output from a test function <accessing-captured-output>`.\n- [#&#8203;14088](https://redirect.github.com/pytest-dev/pytest/issues/14088):
          Clarified that the default `pytest_collection` hook sets `session.items`
          before it calls `pytest_collection_finish`, not after.\n- [#&#8203;14255](https://redirect.github.com/pytest-dev/pytest/issues/14255):
          TOML integer log levels must be quoted: Updating reference documentation.\n\n####
          Contributor-facing changes\n\n- [#&#8203;12689](https://redirect.github.com/pytest-dev/pytest/issues/12689):
          The test reports are now published to Codecov from GitHub Actions.\n  The
          test statistics is visible [on the web interface](https://app.codecov.io/gh/pytest-dev/pytest/tests).\n\n
          \ \\-- by `aleguy02`\n\n</details>\n\n---\n\n### Configuration\n\n\U0001F4C5
          **Schedule**: (UTC)\n\n- Branch creation\n  - \"\"\n- Automerge\n  - At
          any time (no schedule defined)\n\n\U0001F6A6 **Automerge**: Disabled by
          config. Please merge this manually once you are satisfied.\n\n\u267B **Rebasing**:
          Whenever PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
          **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
          - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
          box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
          View the [repository job log](https://developer.mend.io/github/vexxhost/ansible-collection-kubernetes).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/265
        commit_id: ce7234f6e8f4fa672011d6504471ed8a09af2dd5
        patchset: ce7234f6e8f4fa672011d6504471ed8a09af2dd5
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      change: '265'
      change_message: "chore(deps): update dependency pytest to v9.0.3 [security]\n\nThis
        PR contains the following updates:\n\n| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/)
        | [Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|
        [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html))
        | `9.0.2` \u2192 `9.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/9.0.3?slim=true)
        | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/9.0.2/9.0.3?slim=true)
        |\n\n---\n\n### pytest has vulnerable tmpdir handling\n[CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)
        / [GHSA-6w46-j5rx-g56g](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)\n\n<details>\n<summary>More
        information</summary>\n\n#### Details\npytest through 9.0.2 on UNIX relies
        on directories with the `/tmp/pytest-of-{user}` name pattern, which allows
        local users to cause a denial of service or possibly gain privileges.\n\n####
        Severity\n- CVSS Score: 6.8 / 10 (Medium)\n- Vector String: `CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L`\n\n####
        References\n- [https://nvd.nist.gov/vuln/detail/CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)\n-
        [https://github.com/pytest-dev/pytest/issues/13669](https://redirect.github.com/pytest-dev/pytest/issues/13669)\n-
        [https://www.openwall.com/lists/oss-security/2026/01/21/5](https://www.openwall.com/lists/oss-security/2026/01/21/5)\n-
        [https://github.com/pytest-dev/pytest/pull/14343](https://redirect.github.com/pytest-dev/pytest/pull/14343)\n-
        [https://github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c](https://redirect.github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c)\n-
        [https://github.com/pytest-dev/pytest/releases/tag/9.0.3](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.3)\n-
        [https://github.com/advisories/GHSA-6w46-j5rx-g56g](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)\n\nThis
        data is provided by the [GitHub Advisory Database](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)
        ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).\n</details>\n\n---\n\n###
        Release Notes\n\n<details>\n<summary>pytest-dev/pytest (pytest)</summary>\n\n###
        [`v9.0.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.3)\n\n[Compare
        Source](https://redirect.github.com/pytest-dev/pytest/compare/9.0.2...9.0.3)\n\n###
        pytest 9.0.3 (2026-04-07)\n\n#### Bug fixes\n\n- [#&#8203;12444](https://redirect.github.com/pytest-dev/pytest/issues/12444):
        Fixed `pytest.approx` which now correctly takes into account `~collections.abc.Mapping`
        keys order to compare them.\n\n- [#&#8203;13634](https://redirect.github.com/pytest-dev/pytest/issues/13634):
        Blocking a `conftest.py` file using the `-p no:` option is now explicitly
        disallowed.\n\n  Previously this resulted in an internal assertion failure
        during plugin loading.\n\n  Pytest now raises a clear `UsageError` explaining
        that conftest files are not plugins and cannot be disabled via `-p`.\n\n-
        [#&#8203;13734](https://redirect.github.com/pytest-dev/pytest/issues/13734):
        Fixed crash when a test raises an exceptiongroup with `__tracebackhide__ =
        True`.\n\n- [#&#8203;14195](https://redirect.github.com/pytest-dev/pytest/issues/14195):
        Fixed an issue where non-string messages passed to <span class=\"title-ref\">unittest.TestCase.subTest()</span>
        were not printed.\n\n- [#&#8203;14343](https://redirect.github.com/pytest-dev/pytest/issues/14343):
        Fixed use of insecure temporary directory (CVE-2025-71176).\n\n#### Improved
        documentation\n\n- [#&#8203;13388](https://redirect.github.com/pytest-dev/pytest/issues/13388):
        Clarified documentation for `-p` vs `PYTEST_PLUGINS` plugin loading and fixed
        an incorrect `-p` example.\n- [#&#8203;13731](https://redirect.github.com/pytest-dev/pytest/issues/13731):
        Clarified that capture fixtures (e.g. `capsys` and `capfd`) take precedence
        over the `-s` / `--capture=no` command-line options in `Accessing captured
        output from a test function <accessing-captured-output>`.\n- [#&#8203;14088](https://redirect.github.com/pytest-dev/pytest/issues/14088):
        Clarified that the default `pytest_collection` hook sets `session.items` before
        it calls `pytest_collection_finish`, not after.\n- [#&#8203;14255](https://redirect.github.com/pytest-dev/pytest/issues/14255):
        TOML integer log levels must be quoted: Updating reference documentation.\n\n####
        Contributor-facing changes\n\n- [#&#8203;12689](https://redirect.github.com/pytest-dev/pytest/issues/12689):
        The test reports are now published to Codecov from GitHub Actions.\n  The
        test statistics is visible [on the web interface](https://app.codecov.io/gh/pytest-dev/pytest/tests).\n\n
        \ \\-- by `aleguy02`\n\n</details>\n\n---\n\n### Configuration\n\n\U0001F4C5
        **Schedule**: (UTC)\n\n- Branch creation\n  - \"\"\n- Automerge\n  - At any
        time (no schedule defined)\n\n\U0001F6A6 **Automerge**: Disabled by config.
        Please merge this manually once you are satisfied.\n\n\u267B **Rebasing**:
        Whenever PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
        **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
        - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
        box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
        View the [repository job log](https://developer.mend.io/github/vexxhost/ansible-collection-kubernetes).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
      change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/265
      child_jobs: []
      commit_id: ce7234f6e8f4fa672011d6504471ed8a09af2dd5
      event_id: 4f517830-3e49-11f1-8f71-02e1887105a2
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/3fea11c8df46407cb7fd11f5dce1e91e/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/3fea11c8df46407cb7fd11f5dce1e91e/work/logs
        result_data_file: /var/lib/zuul/builds/3fea11c8df46407cb7fd11f5dce1e91e/work/results.json
        src_root: /var/lib/zuul/builds/3fea11c8df46407cb7fd11f5dce1e91e/work/src
        work_root: /var/lib/zuul/builds/3fea11c8df46407cb7fd11f5dce1e91e/work
      include_vars: []
      items:
      - branch: main
        change: '265'
        change_message: "chore(deps): update dependency pytest to v9.0.3 [security]\n\nThis
          PR contains the following updates:\n\n| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/)
          | [Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|
          [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html))
          | `9.0.2` \u2192 `9.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/9.0.3?slim=true)
          | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/9.0.2/9.0.3?slim=true)
          |\n\n---\n\n### pytest has vulnerable tmpdir handling\n[CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)
          / [GHSA-6w46-j5rx-g56g](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)\n\n<details>\n<summary>More
          information</summary>\n\n#### Details\npytest through 9.0.2 on UNIX relies
          on directories with the `/tmp/pytest-of-{user}` name pattern, which allows
          local users to cause a denial of service or possibly gain privileges.\n\n####
          Severity\n- CVSS Score: 6.8 / 10 (Medium)\n- Vector String: `CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L`\n\n####
          References\n- [https://nvd.nist.gov/vuln/detail/CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)\n-
          [https://github.com/pytest-dev/pytest/issues/13669](https://redirect.github.com/pytest-dev/pytest/issues/13669)\n-
          [https://www.openwall.com/lists/oss-security/2026/01/21/5](https://www.openwall.com/lists/oss-security/2026/01/21/5)\n-
          [https://github.com/pytest-dev/pytest/pull/14343](https://redirect.github.com/pytest-dev/pytest/pull/14343)\n-
          [https://github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c](https://redirect.github.com/pytest-dev/pytest/commit/95d8423bd24992deea5b9df32555fa1741679e2c)\n-
          [https://github.com/pytest-dev/pytest/releases/tag/9.0.3](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.3)\n-
          [https://github.com/advisories/GHSA-6w46-j5rx-g56g](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)\n\nThis
          data is provided by the [GitHub Advisory Database](https://redirect.github.com/advisories/GHSA-6w46-j5rx-g56g)
          ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).\n</details>\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>pytest-dev/pytest (pytest)</summary>\n\n###
          [`v9.0.3`](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.0.3)\n\n[Compare
          Source](https://redirect.github.com/pytest-dev/pytest/compare/9.0.2...9.0.3)\n\n###
          pytest 9.0.3 (2026-04-07)\n\n#### Bug fixes\n\n- [#&#8203;12444](https://redirect.github.com/pytest-dev/pytest/issues/12444):
          Fixed `pytest.approx` which now correctly takes into account `~collections.abc.Mapping`
          keys order to compare them.\n\n- [#&#8203;13634](https://redirect.github.com/pytest-dev/pytest/issues/13634):
          Blocking a `conftest.py` file using the `-p no:` option is now explicitly
          disallowed.\n\n  Previously this resulted in an internal assertion failure
          during plugin loading.\n\n  Pytest now raises a clear `UsageError` explaining
          that conftest files are not plugins and cannot be disabled via `-p`.\n\n-
          [#&#8203;13734](https://redirect.github.com/pytest-dev/pytest/issues/13734):
          Fixed crash when a test raises an exceptiongroup with `__tracebackhide__
          = True`.\n\n- [#&#8203;14195](https://redirect.github.com/pytest-dev/pytest/issues/14195):
          Fixed an issue where non-string messages passed to <span class=\"title-ref\">unittest.TestCase.subTest()</span>
          were not printed.\n\n- [#&#8203;14343](https://redirect.github.com/pytest-dev/pytest/issues/14343):
          Fixed use of insecure temporary directory (CVE-2025-71176).\n\n#### Improved
          documentation\n\n- [#&#8203;13388](https://redirect.github.com/pytest-dev/pytest/issues/13388):
          Clarified documentation for `-p` vs `PYTEST_PLUGINS` plugin loading and
          fixed an incorrect `-p` example.\n- [#&#8203;13731](https://redirect.github.com/pytest-dev/pytest/issues/13731):
          Clarified that capture fixtures (e.g. `capsys` and `capfd`) take precedence
          over the `-s` / `--capture=no` command-line options in `Accessing captured
          output from a test function <accessing-captured-output>`.\n- [#&#8203;14088](https://redirect.github.com/pytest-dev/pytest/issues/14088):
          Clarified that the default `pytest_collection` hook sets `session.items`
          before it calls `pytest_collection_finish`, not after.\n- [#&#8203;14255](https://redirect.github.com/pytest-dev/pytest/issues/14255):
          TOML integer log levels must be quoted: Updating reference documentation.\n\n####
          Contributor-facing changes\n\n- [#&#8203;12689](https://redirect.github.com/pytest-dev/pytest/issues/12689):
          The test reports are now published to Codecov from GitHub Actions.\n  The
          test statistics is visible [on the web interface](https://app.codecov.io/gh/pytest-dev/pytest/tests).\n\n
          \ \\-- by `aleguy02`\n\n</details>\n\n---\n\n### Configuration\n\n\U0001F4C5
          **Schedule**: (UTC)\n\n- Branch creation\n  - \"\"\n- Automerge\n  - At
          any time (no schedule defined)\n\n\U0001F6A6 **Automerge**: Disabled by
          config. Please merge this manually once you are satisfied.\n\n\u267B **Rebasing**:
          Whenever PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
          **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
          - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
          box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
          View the [repository job log](https://developer.mend.io/github/vexxhost/ansible-collection-kubernetes).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/265
        commit_id: ce7234f6e8f4fa672011d6504471ed8a09af2dd5
        patchset: ce7234f6e8f4fa672011d6504471ed8a09af2dd5
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          name: vexxhost/ansible-collection-kubernetes
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        topic: null
      job: pre-commit
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBkZXBlbmRlbmN5IHB5dGVzdCB0byB2OS4wLjMgW3NlY3VyaXR5XQoKVGhpcyBQUiBjb250YWlucyB0aGUgZm9sbG93aW5nIHVwZGF0ZXM6Cgp8IFBhY2thZ2UgfCBDaGFuZ2UgfCBbQWdlXShodHRwczovL2RvY3MucmVub3ZhdGVib3QuY29tL21lcmdlLWNvbmZpZGVuY2UvKSB8IFtDb25maWRlbmNlXShodHRwczovL2RvY3MucmVub3ZhdGVib3QuY29tL21lcmdlLWNvbmZpZGVuY2UvKSB8CnwtLS18LS0tfC0tLXwtLS18CnwgW3B5dGVzdF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0KSAoW2NoYW5nZWxvZ10oaHR0cHM6Ly9kb2NzLnB5dGVzdC5vcmcvZW4vc3RhYmxlL2NoYW5nZWxvZy5odG1sKSkgfCBgOS4wLjJgIOKGkiBgOS4wLjNgIHwgIVthZ2VdKGh0dHBzOi8vZGV2ZWxvcGVyLm1lbmQuaW8vYXBpL21jL2JhZGdlcy9hZ2UvcHlwaS9weXRlc3QvOS4wLjM/c2xpbT10cnVlKSB8ICFbY29uZmlkZW5jZV0oaHR0cHM6Ly9kZXZlbG9wZXIubWVuZC5pby9hcGkvbWMvYmFkZ2VzL2NvbmZpZGVuY2UvcHlwaS9weXRlc3QvOS4wLjIvOS4wLjM/c2xpbT10cnVlKSB8CgotLS0KCiMjIyBweXRlc3QgaGFzIHZ1bG5lcmFibGUgdG1wZGlyIGhhbmRsaW5nCltDVkUtMjAyNS03MTE3Nl0oaHR0cHM6Ly9udmQubmlzdC5nb3YvdnVsbi9kZXRhaWwvQ1ZFLTIwMjUtNzExNzYpIC8gW0dIU0EtNnc0Ni1qNXJ4LWc1NmddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hZHZpc29yaWVzL0dIU0EtNnc0Ni1qNXJ4LWc1NmcpCgo8ZGV0YWlscz4KPHN1bW1hcnk+TW9yZSBpbmZvcm1hdGlvbjwvc3VtbWFyeT4KCiMjIyMgRGV0YWlscwpweXRlc3QgdGhyb3VnaCA5LjAuMiBvbiBVTklYIHJlbGllcyBvbiBkaXJlY3RvcmllcyB3aXRoIHRoZSBgL3RtcC9weXRlc3Qtb2Yte3VzZXJ9YCBuYW1lIHBhdHRlcm4sIHdoaWNoIGFsbG93cyBsb2NhbCB1c2VycyB0byBjYXVzZSBhIGRlbmlhbCBvZiBzZXJ2aWNlIG9yIHBvc3NpYmx5IGdhaW4gcHJpdmlsZWdlcy4KCiMjIyMgU2V2ZXJpdHkKLSBDVlNTIFNjb3JlOiA2LjggLyAxMCAoTWVkaXVtKQotIFZlY3RvciBTdHJpbmc6IGBDVlNTOjMuMS9BVjpML0FDOkwvUFI6Ti9VSTpOL1M6Qy9DOkwvSTpML0E6TGAKCiMjIyMgUmVmZXJlbmNlcwotIFtodHRwczovL252ZC5uaXN0Lmdvdi92dWxuL2RldGFpbC9DVkUtMjAyNS03MTE3Nl0oaHR0cHM6Ly9udmQubmlzdC5nb3YvdnVsbi9kZXRhaWwvQ1ZFLTIwMjUtNzExNzYpCi0gW2h0dHBzOi8vZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTM2NjldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTM2NjkpCi0gW2h0dHBzOi8vd3d3Lm9wZW53YWxsLmNvbS9saXN0cy9vc3Mtc2VjdXJpdHkvMjAyNi8wMS8yMS81XShodHRwczovL3d3dy5vcGVud2FsbC5jb20vbGlzdHMvb3NzLXNlY3VyaXR5LzIwMjYvMDEvMjEvNSkKLSBbaHR0cHM6Ly9naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L3B1bGwvMTQzNDNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9wdWxsLzE0MzQzKQotIFtodHRwczovL2dpdGh1Yi5jb20vcHl0ZXN0LWRldi9weXRlc3QvY29tbWl0Lzk1ZDg0MjNiZDI0OTkyZGVlYTViOWRmMzI1NTVmYTE3NDE2NzllMmNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9jb21taXQvOTVkODQyM2JkMjQ5OTJkZWVhNWI5ZGYzMjU1NWZhMTc0MTY3OWUyYykKLSBbaHR0cHM6Ly9naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L3JlbGVhc2VzL3RhZy85LjAuM10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L3JlbGVhc2VzL3RhZy85LjAuMykKLSBbaHR0cHM6Ly9naXRodWIuY29tL2Fkdmlzb3JpZXMvR0hTQS02dzQ2LWo1cngtZzU2Z10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2Fkdmlzb3JpZXMvR0hTQS02dzQ2LWo1cngtZzU2ZykKClRoaXMgZGF0YSBpcyBwcm92aWRlZCBieSB0aGUgW0dpdEh1YiBBZHZpc29yeSBEYXRhYmFzZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2Fkdmlzb3JpZXMvR0hTQS02dzQ2LWo1cngtZzU2ZykgKFtDQy1CWSA0LjBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9naXRodWIvYWR2aXNvcnktZGF0YWJhc2UvYmxvYi9tYWluL0xJQ0VOU0UubWQpKS4KPC9kZXRhaWxzPgoKLS0tCgojIyMgUmVsZWFzZSBOb3RlcwoKPGRldGFpbHM+CjxzdW1tYXJ5PnB5dGVzdC1kZXYvcHl0ZXN0IChweXRlc3QpPC9zdW1tYXJ5PgoKIyMjIFtgdjkuMC4zYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L3JlbGVhc2VzL3RhZy85LjAuMykKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2NvbXBhcmUvOS4wLjIuLi45LjAuMykKCiMjIyBweXRlc3QgOS4wLjMgKDIwMjYtMDQtMDcpCgojIyMjIEJ1ZyBmaXhlcwoKLSBbIyYjODIwMzsxMjQ0NF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2lzc3Vlcy8xMjQ0NCk6IEZpeGVkIGBweXRlc3QuYXBwcm94YCB3aGljaCBub3cgY29ycmVjdGx5IHRha2VzIGludG8gYWNjb3VudCBgfmNvbGxlY3Rpb25zLmFiYy5NYXBwaW5nYCBrZXlzIG9yZGVyIHRvIGNvbXBhcmUgdGhlbS4KCi0gWyMmIzgyMDM7MTM2MzRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTM2MzQpOiBCbG9ja2luZyBhIGBjb25mdGVzdC5weWAgZmlsZSB1c2luZyB0aGUgYC1wIG5vOmAgb3B0aW9uIGlzIG5vdyBleHBsaWNpdGx5IGRpc2FsbG93ZWQuCgogIFByZXZpb3VzbHkgdGhpcyByZXN1bHRlZCBpbiBhbiBpbnRlcm5hbCBhc3NlcnRpb24gZmFpbHVyZSBkdXJpbmcgcGx1Z2luIGxvYWRpbmcuCgogIFB5dGVzdCBub3cgcmFpc2VzIGEgY2xlYXIgYFVzYWdlRXJyb3JgIGV4cGxhaW5pbmcgdGhhdCBjb25mdGVzdCBmaWxlcyBhcmUgbm90IHBsdWdpbnMgYW5kIGNhbm5vdCBiZSBkaXNhYmxlZCB2aWEgYC1wYC4KCi0gWyMmIzgyMDM7MTM3MzRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTM3MzQpOiBGaXhlZCBjcmFzaCB3aGVuIGEgdGVzdCByYWlzZXMgYW4gZXhjZXB0aW9uZ3JvdXAgd2l0aCBgX190cmFjZWJhY2toaWRlX18gPSBUcnVlYC4KCi0gWyMmIzgyMDM7MTQxOTVdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTQxOTUpOiBGaXhlZCBhbiBpc3N1ZSB3aGVyZSBub24tc3RyaW5nIG1lc3NhZ2VzIHBhc3NlZCB0byA8c3BhbiBjbGFzcz0idGl0bGUtcmVmIj51bml0dGVzdC5UZXN0Q2FzZS5zdWJUZXN0KCk8L3NwYW4+IHdlcmUgbm90IHByaW50ZWQuCgotIFsjJiM4MjAzOzE0MzQzXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHl0ZXN0LWRldi9weXRlc3QvaXNzdWVzLzE0MzQzKTogRml4ZWQgdXNlIG9mIGluc2VjdXJlIHRlbXBvcmFyeSBkaXJlY3RvcnkgKENWRS0yMDI1LTcxMTc2KS4KCiMjIyMgSW1wcm92ZWQgZG9jdW1lbnRhdGlvbgoKLSBbIyYjODIwMzsxMzM4OF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2lzc3Vlcy8xMzM4OCk6IENsYXJpZmllZCBkb2N1bWVudGF0aW9uIGZvciBgLXBgIHZzIGBQWVRFU1RfUExVR0lOU2AgcGx1Z2luIGxvYWRpbmcgYW5kIGZpeGVkIGFuIGluY29ycmVjdCBgLXBgIGV4YW1wbGUuCi0gWyMmIzgyMDM7MTM3MzFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTM3MzEpOiBDbGFyaWZpZWQgdGhhdCBjYXB0dXJlIGZpeHR1cmVzIChlLmcuIGBjYXBzeXNgIGFuZCBgY2FwZmRgKSB0YWtlIHByZWNlZGVuY2Ugb3ZlciB0aGUgYC1zYCAvIGAtLWNhcHR1cmU9bm9gIGNvbW1hbmQtbGluZSBvcHRpb25zIGluIGBBY2Nlc3NpbmcgY2FwdHVyZWQgb3V0cHV0IGZyb20gYSB0ZXN0IGZ1bmN0aW9uIDxhY2Nlc3NpbmctY2FwdHVyZWQtb3V0cHV0PmAuCi0gWyMmIzgyMDM7MTQwODhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTQwODgpOiBDbGFyaWZpZWQgdGhhdCB0aGUgZGVmYXVsdCBgcHl0ZXN0X2NvbGxlY3Rpb25gIGhvb2sgc2V0cyBgc2Vzc2lvbi5pdGVtc2AgYmVmb3JlIGl0IGNhbGxzIGBweXRlc3RfY29sbGVjdGlvbl9maW5pc2hgLCBub3QgYWZ0ZXIuCi0gWyMmIzgyMDM7MTQyNTVdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTQyNTUpOiBUT01MIGludGVnZXIgbG9nIGxldmVscyBtdXN0IGJlIHF1b3RlZDogVXBkYXRpbmcgcmVmZXJlbmNlIGRvY3VtZW50YXRpb24uCgojIyMjIENvbnRyaWJ1dG9yLWZhY2luZyBjaGFuZ2VzCgotIFsjJiM4MjAzOzEyNjg5XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHl0ZXN0LWRldi9weXRlc3QvaXNzdWVzLzEyNjg5KTogVGhlIHRlc3QgcmVwb3J0cyBhcmUgbm93IHB1Ymxpc2hlZCB0byBDb2RlY292IGZyb20gR2l0SHViIEFjdGlvbnMuCiAgVGhlIHRlc3Qgc3RhdGlzdGljcyBpcyB2aXNpYmxlIFtvbiB0aGUgd2ViIGludGVyZmFjZV0oaHR0cHM6Ly9hcHAuY29kZWNvdi5pby9naC9weXRlc3QtZGV2L3B5dGVzdC90ZXN0cykuCgogIFwtLSBieSBgYWxlZ3V5MDJgCgo8L2RldGFpbHM+CgotLS0KCiMjIyBDb25maWd1cmF0aW9uCgrwn5OFICoqU2NoZWR1bGUqKjogKFVUQykKCi0gQnJhbmNoIGNyZWF0aW9uCiAgLSAiIgotIEF1dG9tZXJnZQogIC0gQXQgYW55IHRpbWUgKG5vIHNjaGVkdWxlIGRlZmluZWQpCgrwn5qmICoqQXV0b21lcmdlKio6IERpc2FibGVkIGJ5IGNvbmZpZy4gUGxlYXNlIG1lcmdlIHRoaXMgbWFudWFsbHkgb25jZSB5b3UgYXJlIHNhdGlzZmllZC4KCuKZuyAqKlJlYmFzaW5nKio6IFdoZW5ldmVyIFBSIGlzIGJlaGluZCBiYXNlIGJyYW5jaCwgb3IgeW91IHRpY2sgdGhlIHJlYmFzZS9yZXRyeSBjaGVja2JveC4KCvCflJUgKipJZ25vcmUqKjogQ2xvc2UgdGhpcyBQUiBhbmQgeW91IHdvbid0IGJlIHJlbWluZGVkIGFib3V0IHRoaXMgdXBkYXRlIGFnYWluLgoKLS0tCgogLSBbIF0gPCEtLSByZWJhc2UtY2hlY2sgLS0+SWYgeW91IHdhbnQgdG8gcmViYXNlL3JldHJ5IHRoaXMgUFIsIGNoZWNrIHRoaXMgYm94CgotLS0KClRoaXMgUFIgd2FzIGdlbmVyYXRlZCBieSBbTWVuZCBSZW5vdmF0ZV0oaHR0cHM6Ly9tZW5kLmlvL3Jlbm92YXRlLykuIFZpZXcgdGhlIFtyZXBvc2l0b3J5IGpvYiBsb2ddKGh0dHBzOi8vZGV2ZWxvcGVyLm1lbmQuaW8vZ2l0aHViL3ZleHhob3N0L2Fuc2libGUtY29sbGVjdGlvbi1rdWJlcm5ldGVzKS4KPCEtLXJlbm92YXRlLWRlYnVnOmV5SmpjbVZoZEdWa1NXNVdaWElpT2lJME15NHhNak11T0NJc0luVndaR0YwWldSSmJsWmxjaUk2SWpRekxqRXpPQzR4SWl3aWRHRnlaMlYwUW5KaGJtTm9Jam9pYldGcGJpSXNJbXhoWW1Wc2N5STZXMTE5LS0+Cg==
      patchset: ce7234f6e8f4fa672011d6504471ed8a09af2dd5
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: e28b8048839b5a7eaa22d0216032d323ceae894d
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: e28b8048839b5a7eaa22d0216032d323ceae894d
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/pre-commit/run.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_2/zuul-jobs/roles
        post_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/pre-commit/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-kubernetes
        name: vexxhost/ansible-collection-kubernetes
        short_name: ansible-collection-kubernetes
        src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      projects:
        github.com/vexxhost/ansible-collection-kubernetes:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          checkout: main
          checkout_description: zuul branch
          commit: 2e6f9fdc42d36f5e439df87dc185bb9382bc7a94
          name: vexxhost/ansible-collection-kubernetes
          required: false
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
      ref: refs/pull/265/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
