Execution
Date 08 Dec 2025 13:40:18 +0000
Duration 00:10:06.79
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
15 Hosts
608 Tasks
2412 Results
18 Plays
158 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.01
  • Play
    Basic lxc host setup
  • 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
{
    "config_overrides": {
        "Service": {
            "PIDFile": "/run/lxc/dnsmasq.pid"
        },
        "Unit": {
            "Before": "lxc.service"
        }
    },
    "enabled": true,
    "execstartpres": [
        "-/usr/bin/pkill -u {{ lxc_net_dnsmasq_user }} \"^dnsmasq\"",
        "/usr/local/bin/lxc-system-manage iptables-create"
    ],
    "execstarts": [
        "/usr/local/bin/lxc-system-manage dnsmasq-start"
    ],
    "execstopposts": [
        "-/usr/local/bin/lxc-system-manage iptables-remove"
    ],
    "execstops": [
        "-/usr/local/bin/lxc-system-manage dnsmasq-stop"
    ],
    "service_name": "lxc-dnsmasq",
    "state": "started"
}