summaryrefslogtreecommitdiff
path: root/examples/remote-ping.yaml
diff options
context:
space:
mode:
authorluisgulo <luisgulo@gmail.com>2025-11-08 10:40:30 +0100
committerluisgulo <luisgulo@gmail.com>2025-11-08 10:40:30 +0100
commit11aa8146f5ca95077d9bc92d8773cf7007beb68f (patch)
tree21ae23d1118ae05a2f94f04a65cbc3eb30e2f28c /examples/remote-ping.yaml
parentd6d0129a95725249983f409a8765da5ce609cdcd (diff)
Adjust error message in execution output
Diffstat (limited to 'examples/remote-ping.yaml')
-rw-r--r--examples/remote-ping.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/remote-ping.yaml b/examples/remote-ping.yaml
index 075c628..b75350e 100644
--- a/examples/remote-ping.yaml
+++ b/examples/remote-ping.yaml
@@ -1,8 +1,8 @@
tasks:
- - name: Verificar acceso a gateway desde web01
+ - name: Verificar acceso a target desde host indicado
module: ping
args:
- target: 192.168.1.12
+ target: 192.168.1.104
count: 4
timeout: 5
become: true