From 70b334c4cf8d590754030d04d2c870369cb093aa Mon Sep 17 00:00:00 2001 From: ANIL KUMAR <95894473+kumarAnil0296@users.noreply.github.com> Date: Tue, 25 Jan 2022 15:51:31 +0530 Subject: [PATCH 1/2] Update 03installHTTPServer.yml --- 03installHTTPServer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03installHTTPServer.yml b/03installHTTPServer.yml index 685bad0..ec7f8d5 100644 --- a/03installHTTPServer.yml +++ b/03installHTTPServer.yml @@ -1,4 +1,4 @@ -#This playbbok will install HTTP server and will not start the server. +#This playbook will install HTTP server and will not start the server. --- - hosts: all From 4e8f44bc276c9aa1fce1855cb8225497b0ef9ad6 Mon Sep 17 00:00:00 2001 From: ANIL KUMAR <95894473+kumarAnil0296@users.noreply.github.com> Date: Thu, 3 Feb 2022 09:08:38 +0530 Subject: [PATCH 2/2] changing the gathering Facts No to Yes......!!!! --- 01pingServers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01pingServers.yml b/01pingServers.yml index 7bb9280..dc52c8a 100644 --- a/01pingServers.yml +++ b/01pingServers.yml @@ -1,6 +1,6 @@ --- - hosts: all - gather_facts: no + gather_facts: yes remote_user: ansible tasks: - name: Test connection