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/minimal.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/minimal.yaml (limited to 'examples/minimal.yaml') diff --git a/examples/minimal.yaml b/examples/minimal.yaml new file mode 100644 index 0000000..fb04e0f --- /dev/null +++ b/examples/minimal.yaml @@ -0,0 +1,15 @@ +tasks: + - name: Crear directorio de logs + module: file + args: + path: "/var/log/shflow" + state: present + type: directory + mode: "0755" + become: true + + - name: Mostrar fecha en remoto + module: run + args: + command: "date" + become: false -- cgit v1.2.3