Execution
Date 16 Sep 2024 12:39:03 +0100
Duration 00:00:04.90
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
14 Hosts
1 Tasks
14 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    FAILED
  • Duration
    00:00:01.76
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    kvm1-chi

Field Value
changed
True
cmd
systemctl stop firewalld; systemctl disable firewalld
delta
0:00:00.012512
end
2024-09-16 11:39:05.903869
invocation
{
    "module_args": {
        "_raw_params": "systemctl stop firewalld; systemctl disable firewalld",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "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
2024-09-16 11:39:05.891357
stderr
Failed to stop firewalld.service: Unit firewalld.service not loaded.
Failed to disable unit: Unit file firewalld.service does not exist.
stderr_lines
[
    "Failed to stop firewalld.service: Unit firewalld.service not loaded.",
    "Failed to disable unit: Unit file firewalld.service does not exist."
]
stdout

stdout_lines
[]