all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.4
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      kubernetes_version: 1.34.0
      molecule_scenario: helm
      nodepool:
        az: nova
        cloud: public
        external_id: c2aab76b-da19-4775-9160-ce206e431c20
        host_id: 7cb77d063530dedbf6983b78a36ec607482cf1d282610499e8bd9357
        interface_ip: 199.204.45.4
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.4
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.4
        public_ipv6: 2604:e100:1:0:f816:3eff:fe33:3b72
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: c2aab76b-da19-4775-9160-ce206e431c20
        host_id: 7cb77d063530dedbf6983b78a36ec607482cf1d282610499e8bd9357
        interface_ip: 199.204.45.4
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.204.45.4
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.4
        public_ipv6: 2604:e100:1:0:f816:3eff:fe33:3b72
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.34.0
    molecule_scenario: helm
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/ansible-jobs.yaml@main#1>'
      - '<Job ansible-collection-kubernetes-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#49>'
      - '<Job ansible-collection-kubernetes-molecule-helm explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#164>'
      - '<Job ansible-collection-kubernetes-molecule-helm explicit: None implied:
        None source: vexxhost/ansible-collection-kubernetes/.zuul.yaml@main#176>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: dac3b002f2c74aa282cb5e4569bf69a3
      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### GitHub Vulnerability Alerts\n\n#### [CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)\n\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---\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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/265
        commit_id: c2249fa696a83a296c9384e9c41f7daf80065315
        patchset: c2249fa696a83a296c9384e9c41f7daf80065315
        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: 33c9aa8c95124886a45b0c6a9d7258c3
      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### GitHub Vulnerability Alerts\n\n#### [CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)\n\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---\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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/265
        commit_id: c2249fa696a83a296c9384e9c41f7daf80065315
        patchset: c2249fa696a83a296c9384e9c41f7daf80065315
        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### GitHub Vulnerability Alerts\n\n#### [CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)\n\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---\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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
      change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/265
      child_jobs: []
      commit_id: c2249fa696a83a296c9384e9c41f7daf80065315
      event_id: 3a67ad50-3ce0-11f1-9d03-7d874ddeb959
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/dac3b002f2c74aa282cb5e4569bf69a3/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/dac3b002f2c74aa282cb5e4569bf69a3/work/logs
        result_data_file: /var/lib/zuul/builds/dac3b002f2c74aa282cb5e4569bf69a3/work/results.json
        src_root: /var/lib/zuul/builds/dac3b002f2c74aa282cb5e4569bf69a3/work/src
        work_root: /var/lib/zuul/builds/dac3b002f2c74aa282cb5e4569bf69a3/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### GitHub Vulnerability Alerts\n\n#### [CVE-2025-71176](https://nvd.nist.gov/vuln/detail/CVE-2025-71176)\n\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---\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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/ansible-collection-kubernetes/pull/265
        commit_id: c2249fa696a83a296c9384e9c41f7daf80065315
        patchset: c2249fa696a83a296c9384e9c41f7daf80065315
        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: ansible-collection-kubernetes-molecule-helm
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBkZXBlbmRlbmN5IHB5dGVzdCB0byB2OS4wLjMgW3NlY3VyaXR5XQoKVGhpcyBQUiBjb250YWlucyB0aGUgZm9sbG93aW5nIHVwZGF0ZXM6Cgp8IFBhY2thZ2UgfCBDaGFuZ2UgfCBbQWdlXShodHRwczovL2RvY3MucmVub3ZhdGVib3QuY29tL21lcmdlLWNvbmZpZGVuY2UvKSB8IFtDb25maWRlbmNlXShodHRwczovL2RvY3MucmVub3ZhdGVib3QuY29tL21lcmdlLWNvbmZpZGVuY2UvKSB8CnwtLS18LS0tfC0tLXwtLS18CnwgW3B5dGVzdF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0KSAoW2NoYW5nZWxvZ10oaHR0cHM6Ly9kb2NzLnB5dGVzdC5vcmcvZW4vc3RhYmxlL2NoYW5nZWxvZy5odG1sKSkgfCBgOS4wLjJgIOKGkiBgOS4wLjNgIHwgIVthZ2VdKGh0dHBzOi8vZGV2ZWxvcGVyLm1lbmQuaW8vYXBpL21jL2JhZGdlcy9hZ2UvcHlwaS9weXRlc3QvOS4wLjM/c2xpbT10cnVlKSB8ICFbY29uZmlkZW5jZV0oaHR0cHM6Ly9kZXZlbG9wZXIubWVuZC5pby9hcGkvbWMvYmFkZ2VzL2NvbmZpZGVuY2UvcHlwaS9weXRlc3QvOS4wLjIvOS4wLjM/c2xpbT10cnVlKSB8CgojIyMgR2l0SHViIFZ1bG5lcmFiaWxpdHkgQWxlcnRzCgojIyMjIFtDVkUtMjAyNS03MTE3Nl0oaHR0cHM6Ly9udmQubmlzdC5nb3YvdnVsbi9kZXRhaWwvQ1ZFLTIwMjUtNzExNzYpCgpweXRlc3QgdGhyb3VnaCA5LjAuMiBvbiBVTklYIHJlbGllcyBvbiBkaXJlY3RvcmllcyB3aXRoIHRoZSBgL3RtcC9weXRlc3Qtb2Yte3VzZXJ9YCBuYW1lIHBhdHRlcm4sIHdoaWNoIGFsbG93cyBsb2NhbCB1c2VycyB0byBjYXVzZSBhIGRlbmlhbCBvZiBzZXJ2aWNlIG9yIHBvc3NpYmx5IGdhaW4gcHJpdmlsZWdlcy4KCiMjIyMjIFNldmVyaXR5Ci0gQ1ZTUyBTY29yZTogNi44IC8gMTAgKE1lZGl1bSkKLSBWZWN0b3IgU3RyaW5nOiBgQ1ZTUzozLjEvQVY6TC9BQzpML1BSOk4vVUk6Ti9TOkMvQzpML0k6TC9BOkxgCgotLS0KCiMjIyBSZWxlYXNlIE5vdGVzCgo8ZGV0YWlscz4KPHN1bW1hcnk+cHl0ZXN0LWRldi9weXRlc3QgKHB5dGVzdCk8L3N1bW1hcnk+CgojIyMgW2B2OS4wLjNgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHl0ZXN0LWRldi9weXRlc3QvcmVsZWFzZXMvdGFnLzkuMC4zKQoKW0NvbXBhcmUgU291cmNlXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHl0ZXN0LWRldi9weXRlc3QvY29tcGFyZS85LjAuMi4uLjkuMC4zKQoKIyMjIHB5dGVzdCA5LjAuMyAoMjAyNi0wNC0wNykKCiMjIyMgQnVnIGZpeGVzCgotIFsjJiM4MjAzOzEyNDQ0XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHl0ZXN0LWRldi9weXRlc3QvaXNzdWVzLzEyNDQ0KTogRml4ZWQgYHB5dGVzdC5hcHByb3hgIHdoaWNoIG5vdyBjb3JyZWN0bHkgdGFrZXMgaW50byBhY2NvdW50IGB+Y29sbGVjdGlvbnMuYWJjLk1hcHBpbmdgIGtleXMgb3JkZXIgdG8gY29tcGFyZSB0aGVtLgoKLSBbIyYjODIwMzsxMzYzNF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2lzc3Vlcy8xMzYzNCk6IEJsb2NraW5nIGEgYGNvbmZ0ZXN0LnB5YCBmaWxlIHVzaW5nIHRoZSBgLXAgbm86YCBvcHRpb24gaXMgbm93IGV4cGxpY2l0bHkgZGlzYWxsb3dlZC4KCiAgUHJldmlvdXNseSB0aGlzIHJlc3VsdGVkIGluIGFuIGludGVybmFsIGFzc2VydGlvbiBmYWlsdXJlIGR1cmluZyBwbHVnaW4gbG9hZGluZy4KCiAgUHl0ZXN0IG5vdyByYWlzZXMgYSBjbGVhciBgVXNhZ2VFcnJvcmAgZXhwbGFpbmluZyB0aGF0IGNvbmZ0ZXN0IGZpbGVzIGFyZSBub3QgcGx1Z2lucyBhbmQgY2Fubm90IGJlIGRpc2FibGVkIHZpYSBgLXBgLgoKLSBbIyYjODIwMzsxMzczNF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2lzc3Vlcy8xMzczNCk6IEZpeGVkIGNyYXNoIHdoZW4gYSB0ZXN0IHJhaXNlcyBhbiBleGNlcHRpb25ncm91cCB3aXRoIGBfX3RyYWNlYmFja2hpZGVfXyA9IFRydWVgLgoKLSBbIyYjODIwMzsxNDE5NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2lzc3Vlcy8xNDE5NSk6IEZpeGVkIGFuIGlzc3VlIHdoZXJlIG5vbi1zdHJpbmcgbWVzc2FnZXMgcGFzc2VkIHRvIDxzcGFuIGNsYXNzPSJ0aXRsZS1yZWYiPnVuaXR0ZXN0LlRlc3RDYXNlLnN1YlRlc3QoKTwvc3Bhbj4gd2VyZSBub3QgcHJpbnRlZC4KCi0gWyMmIzgyMDM7MTQzNDNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTQzNDMpOiBGaXhlZCB1c2Ugb2YgaW5zZWN1cmUgdGVtcG9yYXJ5IGRpcmVjdG9yeSAoQ1ZFLTIwMjUtNzExNzYpLgoKIyMjIyBJbXByb3ZlZCBkb2N1bWVudGF0aW9uCgotIFsjJiM4MjAzOzEzMzg4XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHl0ZXN0LWRldi9weXRlc3QvaXNzdWVzLzEzMzg4KTogQ2xhcmlmaWVkIGRvY3VtZW50YXRpb24gZm9yIGAtcGAgdnMgYFBZVEVTVF9QTFVHSU5TYCBwbHVnaW4gbG9hZGluZyBhbmQgZml4ZWQgYW4gaW5jb3JyZWN0IGAtcGAgZXhhbXBsZS4KLSBbIyYjODIwMzsxMzczMV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2lzc3Vlcy8xMzczMSk6IENsYXJpZmllZCB0aGF0IGNhcHR1cmUgZml4dHVyZXMgKGUuZy4gYGNhcHN5c2AgYW5kIGBjYXBmZGApIHRha2UgcHJlY2VkZW5jZSBvdmVyIHRoZSBgLXNgIC8gYC0tY2FwdHVyZT1ub2AgY29tbWFuZC1saW5lIG9wdGlvbnMgaW4gYEFjY2Vzc2luZyBjYXB0dXJlZCBvdXRwdXQgZnJvbSBhIHRlc3QgZnVuY3Rpb24gPGFjY2Vzc2luZy1jYXB0dXJlZC1vdXRwdXQ+YC4KLSBbIyYjODIwMzsxNDA4OF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2lzc3Vlcy8xNDA4OCk6IENsYXJpZmllZCB0aGF0IHRoZSBkZWZhdWx0IGBweXRlc3RfY29sbGVjdGlvbmAgaG9vayBzZXRzIGBzZXNzaW9uLml0ZW1zYCBiZWZvcmUgaXQgY2FsbHMgYHB5dGVzdF9jb2xsZWN0aW9uX2ZpbmlzaGAsIG5vdCBhZnRlci4KLSBbIyYjODIwMzsxNDI1NV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5dGVzdC1kZXYvcHl0ZXN0L2lzc3Vlcy8xNDI1NSk6IFRPTUwgaW50ZWdlciBsb2cgbGV2ZWxzIG11c3QgYmUgcXVvdGVkOiBVcGRhdGluZyByZWZlcmVuY2UgZG9jdW1lbnRhdGlvbi4KCiMjIyMgQ29udHJpYnV0b3ItZmFjaW5nIGNoYW5nZXMKCi0gWyMmIzgyMDM7MTI2ODldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weXRlc3QtZGV2L3B5dGVzdC9pc3N1ZXMvMTI2ODkpOiBUaGUgdGVzdCByZXBvcnRzIGFyZSBub3cgcHVibGlzaGVkIHRvIENvZGVjb3YgZnJvbSBHaXRIdWIgQWN0aW9ucy4KICBUaGUgdGVzdCBzdGF0aXN0aWNzIGlzIHZpc2libGUgW29uIHRoZSB3ZWIgaW50ZXJmYWNlXShodHRwczovL2FwcC5jb2RlY292LmlvL2doL3B5dGVzdC1kZXYvcHl0ZXN0L3Rlc3RzKS4KCiAgXC0tIGJ5IGBhbGVndXkwMmAKCjwvZGV0YWlscz4KCi0tLQoKIyMjIENvbmZpZ3VyYXRpb24KCvCfk4UgKipTY2hlZHVsZSoqOiAoVVRDKQoKLSBCcmFuY2ggY3JlYXRpb24KICAtICIiCi0gQXV0b21lcmdlCiAgLSBBdCBhbnkgdGltZSAobm8gc2NoZWR1bGUgZGVmaW5lZCkKCvCfmqYgKipBdXRvbWVyZ2UqKjogRGlzYWJsZWQgYnkgY29uZmlnLiBQbGVhc2UgbWVyZ2UgdGhpcyBtYW51YWxseSBvbmNlIHlvdSBhcmUgc2F0aXNmaWVkLgoK4pm7ICoqUmViYXNpbmcqKjogV2hlbmV2ZXIgUFIgaXMgYmVoaW5kIGJhc2UgYnJhbmNoLCBvciB5b3UgdGljayB0aGUgcmViYXNlL3JldHJ5IGNoZWNrYm94LgoK8J+UlSAqKklnbm9yZSoqOiBDbG9zZSB0aGlzIFBSIGFuZCB5b3Ugd29uJ3QgYmUgcmVtaW5kZWQgYWJvdXQgdGhpcyB1cGRhdGUgYWdhaW4uCgotLS0KCiAtIFsgXSA8IS0tIHJlYmFzZS1jaGVjayAtLT5JZiB5b3Ugd2FudCB0byByZWJhc2UvcmV0cnkgdGhpcyBQUiwgY2hlY2sgdGhpcyBib3gKCi0tLQoKVGhpcyBQUiB3YXMgZ2VuZXJhdGVkIGJ5IFtNZW5kIFJlbm92YXRlXShodHRwczovL21lbmQuaW8vcmVub3ZhdGUvKS4gVmlldyB0aGUgW3JlcG9zaXRvcnkgam9iIGxvZ10oaHR0cHM6Ly9kZXZlbG9wZXIubWVuZC5pby9naXRodWIvdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWt1YmVybmV0ZXMpLgo8IS0tcmVub3ZhdGUtZGVidWc6ZXlKamNtVmhkR1ZrU1c1V1pYSWlPaUkwTXk0eE1qTXVPQ0lzSW5Wd1pHRjBaV1JKYmxabGNpSTZJalF6TGpFeU15NDRJaXdpZEdGeVoyVjBRbkpoYm1Ob0lqb2liV0ZwYmlJc0lteGhZbVZzY3lJNlcxMTktLT4K
      patchset: c2249fa696a83a296c9384e9c41f7daf80065315
      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
          untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes:
            canonical_name: github.com/vexxhost/ansible-collection-kubernetes
            checkout: main
            commit: 131c7a939fa815a1c0e69803801190127b29e438
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 0494b8d8afbbc333a5651fce0c6e44e6aa8fbee1
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/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: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/post_playbook_0/role_0/collection-kubernetes/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/post_playbook_0/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
        - 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_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
        - 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_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/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/molecule/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
        - path: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/collection-kubernetes
            link_target: untrusted/project_3/github.com/vexxhost/ansible-collection-kubernetes
            role_path: ansible/pre_playbook_2/role_0/collection-kubernetes/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/pre_playbook_2/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/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: 131c7a939fa815a1c0e69803801190127b29e438
          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
