Execution
Date 27 Aug 2025 11:08:41 +0100
Duration 00:01:30.79
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
400 Hosts
1 Tasks
400 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:36.92
  • Play
    Tuned parameters
  • Task
    Get the active profile

Field Value
changed
False
cmd
set -o pipefail
tuned-adm active
# rpm -q tuned
delta
0:00:00.315719
end
2025-08-27 10:09:05.326446
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ntuned-adm active\n# rpm -q tuned\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-08-27 10:09:05.010727
stderr

stderr_lines
[]
stdout
Current active profile: virtual-guest
stdout_lines
[
    "Current active profile: virtual-guest"
]