From bacdf23c7d09f397b6d3caedc4fd35b94d314b7e Mon Sep 17 00:00:00 2001 From: esmaeelE Date: Wed, 27 Nov 2024 02:16:03 +0330 Subject: [PATCH] fix typo --- First-Playbook/playbook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/First-Playbook/playbook.yml b/First-Playbook/playbook.yml index 8ac1414..b12dd25 100644 --- a/First-Playbook/playbook.yml +++ b/First-Playbook/playbook.yml @@ -9,7 +9,7 @@ - name: Print hello ansible debug: - msg: "Hello Ansibler" + msg: "Hello Ansible" # legacy way of running shell commands (for specific use-cases e.g (piping , etc)) - name: Get hostnames @@ -29,4 +29,4 @@ fail: msg: "EXITED :)" - ## tasks after fail won't get executed \ No newline at end of file + ## tasks after fail won't get executed