Execution
Date 22 Apr 2026 12:49:20 +0100
Duration 00:00:02.94
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
1 Hosts
3 Tasks
3 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    FAILED
  • Duration
    00:00:00.51
  • Play
    New KVM server provisioning scripts
  • Task
    Create swap file

Field Value
changed
True
cmd
[
    "fallocate",
    "-l",
    "64G",
    "/var/lib/libvirt/swapfile"
]
delta
0:00:00.006247
end
2026-04-22 11:49:23.491220
invocation
{
    "module_args": {
        "_raw_params": "fallocate -l 64G /var/lib/libvirt/swapfile",
        "_uses_shell": false,
        "argv": null,
        "chdir": null,
        "creates": "/var/lib/libvirt/swapfile",
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg
non-zero return code
rc
1
start
2026-04-22 11:49:23.484973
stderr
fallocate: fallocate failed: No space left on device
stderr_lines
[
    "fallocate: fallocate failed: No space left on device"
]
stdout

stdout_lines
[]