From d6d64fefc996142f03691ba217632c318ed2717a Mon Sep 17 00:00:00 2001 From: devan555 <38153142+devan555@users.noreply.github.com> Date: Wed, 22 May 2024 18:10:24 +0530 Subject: [PATCH] new code --- playbook.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 7c67ce5..0556ccc 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,4 +3,5 @@ hosts: ceos gather_facts: yes tasks: - - debug: msg="{{ ansible_facts }}" \ No newline at end of file + - debug: msg="{{ ansible_facts }}" + - debug: msg="Hello" \ No newline at end of file