Execution
Date
25 Jul 2024 12:13:26 +0100
Duration
00:00:31.39
Controller
ssh-gw-4.layershift.com
User
root
Versions
Ansible
2.16.4
ara
1.7.1 / 1.7.1
Python
3.10.10
Summary
16
Hosts
2
Tasks
20
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:00.51
-
PlayPlaybook to add to PATH on Plesk servers
-
TaskEnsure PATH is added to .bashrc if Plesk server
-
Date25 Jul 2024 12:13:29 +0100
-
Module / Actionansible.builtin.lineinfile (/home/ssh-gateway/ansible/GH_solus-io-cloud-images_25.yaml:20)
| Field | Value |
|---|---|
| backup |
/root/.bashrc.1287421.2024-07-25@11:13:29~ |
| changed |
True |
| diff |
|
| invocation |
{ "module_args": { "attributes": null, "backrefs": false, "backup": true, "create": true, "firstmatch": false, "group": null, "insertafter": null, "insertbefore": null, "line": "export PATH=\"$PATH\":/opt/ls_tools", "mode": "0644", "owner": null, "path": "/root/.bashrc", "regexp": null, "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } |
| msg |
line added |