/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-lists3.yaml
Execution
Date 08 Apr 2026 21:37:16 +0000
Duration 00:03:38.72
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
161 Tasks
159 Results
1 Plays
21 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:02.67
  • Play
    Configure mailman3 servers
  • Task
    mailman3 : Run docker-compose up

Field Value
changed
True
cmd
docker-compose up -d
delta
0:00:02.467281
end
2026-04-08 21:38:35.718862
invocation
{
    "module_args": {
        "_raw_params": "docker-compose up -d",
        "_uses_shell": true,
        "argv": null,
        "chdir": "/etc/mailman-compose/",
        "creates": null,
        "executable": null,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2026-04-08 21:38:33.251581
stderr
Creating mailman-compose_anubis_1 ... 
Creating mailman-compose_database_1 ... 
Creating mailman-compose_database_1 ... done
Creating mailman-web                ... 
Creating mailman-compose_anubis_1   ... done
Creating mailman-core               ... 
Creating mailman-core               ... done
Creating mailman-web                ... done
stderr_lines
[
    "Creating mailman-compose_anubis_1 ... ",
    "Creating mailman-compose_database_1 ... ",
    "Creating mailman-compose_database_1 ... done",
    "Creating mailman-web                ... ",
    "Creating mailman-compose_anubis_1   ... done",
    "Creating mailman-core               ... ",
    "Creating mailman-core               ... done",
    "Creating mailman-web                ... done"
]
stdout

stdout_lines
[]