Execution
Date 15 Dec 2025 09:38:00 +0000
Duration 00:17:22.68
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
18 Hosts
603 Tasks
2798 Results
18 Plays
138 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.04
  • 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"
}