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/install-tools.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/install-tools.yaml (limited to 'examples/install-tools.yaml') diff --git a/examples/install-tools.yaml b/examples/install-tools.yaml new file mode 100644 index 0000000..98d4ecf --- /dev/null +++ b/examples/install-tools.yaml @@ -0,0 +1,14 @@ +tasks: + - name: Instalar curl + module: package + args: + name: curl + state: present + become: true + + - name: Instalar vim + module: package + args: + name: vim + state: present + become: true -- cgit v1.2.3