Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.06
  • Play
    Install cinder services
  • Task
    systemd_service : Including systemd_load tasks
  • Host
    aio1

Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "execstarts": [
        "/bin/bash -c \"/openstack/venvs/cinder-32.1.0.dev19/bin/cinder-volume-usage-audit --start_time \\\"$$(date\\s+%%Y-%%m-%%d\\\\\\s%%H:00:00\\s-d\\s-1hour)\\\" --end_time \\\"$$(date\\s+%%Y-%%m-%%d\\\\\\s%%H:00:00)\\\" --send_actions\""
    ],
    "service_name": "cinder-volume-usage-audit",
    "timer": {
        "options": {
            "OnBootSec": "30min",
            "OnCalendar": "hourly",
            "Persistent": true
        },
        "state": "stopped"
    }
}