Playbook #3 |
/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-bridge.yaml |
Task result details
-
StatusCHANGED
-
Duration00:00:00.19
-
PlayBridge: configure the bastion host
-
Taskedit-secrets-script : Add required gpg-agent configuration
-
Hostbridge99.opendev.org
-
Date18 Jul 2025 20:45:47 +0000
-
Module / Actionlineinfile (/home/zuul/src/opendev.org/opendev/system-config/playbooks/roles/edit-secrets-script/tasks/main.yaml:26)
Field | Value |
---|---|
backup |
|
changed |
True |
diff |
--- /root/.gnupg/gpg-agent (file attributes) +++ /root/.gnupg/gpg-agent (file attributes) @@ -1,3 +1,3 @@ { - "mode": "0644" + "mode": "0400" } |
invocation |
{ "module_args": { "attributes": null, "backrefs": false, "backup": false, "create": true, "firstmatch": false, "group": "root", "insertafter": null, "insertbefore": null, "line": "allow-loopback-pinentry", "mode": "0400", "owner": "root", "path": "/root/.gnupg/gpg-agent", "regexp": "^allow-loopback-pinentry", "search_string": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "state": "present", "unsafe_writes": false, "validate": null } } |
msg |
line added and ownership, perms or SE linux context changed |