/home/zuul/src/opendev.org/opendev/system-config/playbooks/zuul/test-lists3.yaml
Execution
Date 08 Apr 2026 21:43:06 +0000
Duration 00:00:43.91
Controller bridge99.opendev.org
User root
Versions
Ansible 2.15.13
ara 1.7.5 / 1.7.5
Python 3.10.12
Summary
1 Hosts
4 Tasks
4 Results
1 Plays
5 Files
0 Records

File: /home/zuul/src/opendev.org/opendev/system-config/playbooks/zuul/test-lists3.yaml

- hosts: "mailman3"
  tasks:
    - name: Force hyperkitty to populate info about the new lists we created
      command: docker exec mailman-web ./manage.py runjobs hourly

    - name: Update /etc/hosts in order to test mm3 vhosts
      lineinfile:
        state: present
        backrefs: yes
        path: /etc/hosts
        regexp: '^127\.0\.0\.1\s+(.*)$'
        line: '127.0.0.1 \1 {{ mm_site.listdomain }}'
      loop: "{{ mailman_sites }}"
      loop_control:
        loop_var: mm_site

    - name: Run selenium container
      include_role:
        name: run-selenium