Execution
Date 08 Dec 2025 13:57:07 +0000
Duration 00:24:46.17
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
12 Hosts
1505 Tasks
1497 Results
32 Plays
487 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.dev9/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"
    }
}