Execution
Date 08 Apr 2024 16:44:50 +0100
Duration 00:00:04.31
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.2.dev2
Python 3.10.10
Summary
9 Hosts
1 Tasks
9 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:02.99
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    sin1

Field Value
changed
True
cmd
ls -la /usr/local/solus/hooks/*
delta
0:00:00.002013
end
2024-04-08 15:44:53.834202
invocation
{
    "module_args": {
        "_raw_params": "ls -la /usr/local/solus/hooks/*",
        "_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

rc
0
start
2024-04-08 15:44:53.832189
stderr

stderr_lines
[]
stdout
-rwxr-xr-x. 1 root root 4393 Jun  2  2023 /usr/local/solus/hooks/floating-ip-save.sh
-rwxr-xr-x. 1 root root 1173 Jun  2  2023 /usr/local/solus/hooks/remove-checkpoints.sh
stdout_lines
[
    "-rwxr-xr-x. 1 root root 4393 Jun  2  2023 /usr/local/solus/hooks/floating-ip-save.sh",
    "-rwxr-xr-x. 1 root root 1173 Jun  2  2023 /usr/local/solus/hooks/remove-checkpoints.sh"
]