From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- examples/remote_user.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/remote_user.yaml (limited to 'examples/remote_user.yaml') diff --git a/examples/remote_user.yaml b/examples/remote_user.yaml new file mode 100644 index 0000000..ffda478 --- /dev/null +++ b/examples/remote_user.yaml @@ -0,0 +1,9 @@ +vars: + remote_user: other + +tasks: + - name: listar directorio de root desde el usuario "other" que tiene sudo + module: run + args: + command: "ls -l /root" + become: true -- cgit v1.2.3