Execution
Date 18 Mar 2024 12:16:29 +0000
Duration 00:00:08.64
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
16 Hosts
3 Tasks
48 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.15
  • Play
    Check and set timezone to UTC if not already set
  • Task
    Check current timezone

Field Value
changed
False
cmd
[
    "timedatectl",
    "show",
    "--property=Timezone",
    "--value"
]
delta
0:00:00.016694
end
2024-03-18 12:16:30.121411
invocation
{
    "module_args": {
        "_raw_params": "timedatectl show --property=Timezone --value",
        "_uses_shell": false,
        "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-03-18 12:16:30.104717
stderr

stderr_lines
[]
stdout
UTC
stdout_lines
[
    "UTC"
]