all:
  children:
    zuul_unreachable:
      hosts: {}
  hosts:
    ubuntu-noble:
      ansible_connection: ssh
      ansible_host: 199.204.45.25
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      molecule_scenario: nerdctl
      nodepool:
        az: nova
        cloud: public
        external_id: a3306fdb-77c8-49b0-9a8e-6b2d047608b7
        host_id: f5d41c99f3f50a7a02e8c9e081443c73166af207792dcb8ee7f694ca
        interface_ip: 199.204.45.25
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.25
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.25
        public_ipv6: 2604:e100:1:0:f816:3eff:fe9e:2f40
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: a3306fdb-77c8-49b0-9a8e-6b2d047608b7
        host_id: f5d41c99f3f50a7a02e8c9e081443c73166af207792dcb8ee7f694ca
        interface_ip: 199.204.45.25
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.25
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.25
        public_ipv6: 2604:e100:1:0:f816:3eff:fe9e:2f40
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    molecule_scenario: nerdctl
    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-containers-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-containers/.zuul.yaml@main#1>'
      - '<Job ansible-collection-containers-molecule-nerdctl explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-containers/.zuul.yaml@main#104>'
      - '<Job ansible-collection-containers-molecule-nerdctl-ubuntu-noble explicit:
        None implied: {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-containers/.zuul.yaml@main#131>'
      - '<Job ansible-collection-containers-molecule-nerdctl-ubuntu-noble explicit:
        None implied: None source: vexxhost/ansible-collection-containers/.zuul.yaml@main#136>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 84f801326d76418b95d16920e48ddfef
      build_refs:
      - branch: main
        change: '114'
        change_message: 'fix(containerd,docker): add retry logic to package installation
          tasks


          The containerd and docker roles'' package installation tasks (`Install AppArmor
          packages`, `Install SELinux packages`) lack retry logic. When these roles
          run concurrently with other components that hold the dpkg lock, the package
          tasks fail immediately with `rc:100` instead of retrying.


          This adds `retries: 5` and `delay: 10` to all package tasks in both the
          `containerd` and `docker` roles, matching the pattern used by other Ansible
          roles.


          **Context:** vexxhost/atmosphere#3834 introduces a parallel deployment orchestrator
          where multiple components run concurrently in Wave 0. The ceph component
          calls `vexxhost.containers.containerd` which installs AppArmor packages.
          When other components (multipathd, iscsi) run apt concurrently, the AppArmor
          install fails with dpkg lock contention (`rc:100`).


          **Related:** vexxhost/ansible-collection-kubernetes#262 (same fix for kubelet
          role)'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/114
        commit_id: a59093328aa7e0c5cfb9f05bfabea019f0f1cbfd
        patchset: a59093328aa7e0c5cfb9f05bfabea019f0f1cbfd
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      buildset: deb22cbc8dd147a8887227b56344bcd7
      buildset_refs:
      - branch: main
        change: '114'
        change_message: 'fix(containerd,docker): add retry logic to package installation
          tasks


          The containerd and docker roles'' package installation tasks (`Install AppArmor
          packages`, `Install SELinux packages`) lack retry logic. When these roles
          run concurrently with other components that hold the dpkg lock, the package
          tasks fail immediately with `rc:100` instead of retrying.


          This adds `retries: 5` and `delay: 10` to all package tasks in both the
          `containerd` and `docker` roles, matching the pattern used by other Ansible
          roles.


          **Context:** vexxhost/atmosphere#3834 introduces a parallel deployment orchestrator
          where multiple components run concurrently in Wave 0. The ceph component
          calls `vexxhost.containers.containerd` which installs AppArmor packages.
          When other components (multipathd, iscsi) run apt concurrently, the AppArmor
          install fails with dpkg lock contention (`rc:100`).


          **Related:** vexxhost/ansible-collection-kubernetes#262 (same fix for kubelet
          role)'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/114
        commit_id: a59093328aa7e0c5cfb9f05bfabea019f0f1cbfd
        patchset: a59093328aa7e0c5cfb9f05bfabea019f0f1cbfd
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      change: '114'
      change_message: 'fix(containerd,docker): add retry logic to package installation
        tasks


        The containerd and docker roles'' package installation tasks (`Install AppArmor
        packages`, `Install SELinux packages`) lack retry logic. When these roles
        run concurrently with other components that hold the dpkg lock, the package
        tasks fail immediately with `rc:100` instead of retrying.


        This adds `retries: 5` and `delay: 10` to all package tasks in both the `containerd`
        and `docker` roles, matching the pattern used by other Ansible roles.


        **Context:** vexxhost/atmosphere#3834 introduces a parallel deployment orchestrator
        where multiple components run concurrently in Wave 0. The ceph component calls
        `vexxhost.containers.containerd` which installs AppArmor packages. When other
        components (multipathd, iscsi) run apt concurrently, the AppArmor install
        fails with dpkg lock contention (`rc:100`).


        **Related:** vexxhost/ansible-collection-kubernetes#262 (same fix for kubelet
        role)'
      change_url: https://github.com/vexxhost/ansible-collection-containers/pull/114
      child_jobs: []
      commit_id: a59093328aa7e0c5cfb9f05bfabea019f0f1cbfd
      event_id: 34b67640-3a4a-11f1-9787-0a435e8cfe42
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/84f801326d76418b95d16920e48ddfef/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/84f801326d76418b95d16920e48ddfef/work/logs
        result_data_file: /var/lib/zuul/builds/84f801326d76418b95d16920e48ddfef/work/results.json
        src_root: /var/lib/zuul/builds/84f801326d76418b95d16920e48ddfef/work/src
        work_root: /var/lib/zuul/builds/84f801326d76418b95d16920e48ddfef/work
      include_vars: []
      items:
      - branch: main
        change: '114'
        change_message: 'fix(containerd,docker): add retry logic to package installation
          tasks


          The containerd and docker roles'' package installation tasks (`Install AppArmor
          packages`, `Install SELinux packages`) lack retry logic. When these roles
          run concurrently with other components that hold the dpkg lock, the package
          tasks fail immediately with `rc:100` instead of retrying.


          This adds `retries: 5` and `delay: 10` to all package tasks in both the
          `containerd` and `docker` roles, matching the pattern used by other Ansible
          roles.


          **Context:** vexxhost/atmosphere#3834 introduces a parallel deployment orchestrator
          where multiple components run concurrently in Wave 0. The ceph component
          calls `vexxhost.containers.containerd` which installs AppArmor packages.
          When other components (multipathd, iscsi) run apt concurrently, the AppArmor
          install fails with dpkg lock contention (`rc:100`).


          **Related:** vexxhost/ansible-collection-kubernetes#262 (same fix for kubelet
          role)'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/114
        commit_id: a59093328aa7e0c5cfb9f05bfabea019f0f1cbfd
        patchset: a59093328aa7e0c5cfb9f05bfabea019f0f1cbfd
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      job: ansible-collection-containers-molecule-nerdctl-ubuntu-noble
      jobtags: []
      max_attempts: 3
      message: Zml4KGNvbnRhaW5lcmQsZG9ja2VyKTogYWRkIHJldHJ5IGxvZ2ljIHRvIHBhY2thZ2UgaW5zdGFsbGF0aW9uIHRhc2tzCgpUaGUgY29udGFpbmVyZCBhbmQgZG9ja2VyIHJvbGVzJyBwYWNrYWdlIGluc3RhbGxhdGlvbiB0YXNrcyAoYEluc3RhbGwgQXBwQXJtb3IgcGFja2FnZXNgLCBgSW5zdGFsbCBTRUxpbnV4IHBhY2thZ2VzYCkgbGFjayByZXRyeSBsb2dpYy4gV2hlbiB0aGVzZSByb2xlcyBydW4gY29uY3VycmVudGx5IHdpdGggb3RoZXIgY29tcG9uZW50cyB0aGF0IGhvbGQgdGhlIGRwa2cgbG9jaywgdGhlIHBhY2thZ2UgdGFza3MgZmFpbCBpbW1lZGlhdGVseSB3aXRoIGByYzoxMDBgIGluc3RlYWQgb2YgcmV0cnlpbmcuCgpUaGlzIGFkZHMgYHJldHJpZXM6IDVgIGFuZCBgZGVsYXk6IDEwYCB0byBhbGwgcGFja2FnZSB0YXNrcyBpbiBib3RoIHRoZSBgY29udGFpbmVyZGAgYW5kIGBkb2NrZXJgIHJvbGVzLCBtYXRjaGluZyB0aGUgcGF0dGVybiB1c2VkIGJ5IG90aGVyIEFuc2libGUgcm9sZXMuCgoqKkNvbnRleHQ6KiogdmV4eGhvc3QvYXRtb3NwaGVyZSMzODM0IGludHJvZHVjZXMgYSBwYXJhbGxlbCBkZXBsb3ltZW50IG9yY2hlc3RyYXRvciB3aGVyZSBtdWx0aXBsZSBjb21wb25lbnRzIHJ1biBjb25jdXJyZW50bHkgaW4gV2F2ZSAwLiBUaGUgY2VwaCBjb21wb25lbnQgY2FsbHMgYHZleHhob3N0LmNvbnRhaW5lcnMuY29udGFpbmVyZGAgd2hpY2ggaW5zdGFsbHMgQXBwQXJtb3IgcGFja2FnZXMuIFdoZW4gb3RoZXIgY29tcG9uZW50cyAobXVsdGlwYXRoZCwgaXNjc2kpIHJ1biBhcHQgY29uY3VycmVudGx5LCB0aGUgQXBwQXJtb3IgaW5zdGFsbCBmYWlscyB3aXRoIGRwa2cgbG9jayBjb250ZW50aW9uIChgcmM6MTAwYCkuCgoqKlJlbGF0ZWQ6KiogdmV4eGhvc3QvYW5zaWJsZS1jb2xsZWN0aW9uLWt1YmVybmV0ZXMjMjYyIChzYW1lIGZpeCBmb3Iga3ViZWxldCByb2xlKQ==
      patchset: a59093328aa7e0c5cfb9f05bfabea019f0f1cbfd
      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: fc4af6d44718d2e648cf6396f3e96bb46a55117a
          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: fc4af6d44718d2e648cf6396f3e96bb46a55117a
        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: 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/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
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-containers
        name: vexxhost/ansible-collection-containers
        short_name: ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
      projects:
        github.com/vexxhost/ansible-collection-containers:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          checkout: main
          checkout_description: zuul branch
          commit: 444992f58652362abb25d58ed05d8b84b27b2533
          name: vexxhost/ansible-collection-containers
          required: false
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
      ref: refs/pull/114/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
