diff --git a/04installHTTPServerandStart.yml b/04installHTTPServerandStart.yml index b314e8d..511ae6c 100644 --- a/04installHTTPServerandStart.yml +++ b/04installHTTPServerandStart.yml @@ -1,6 +1,6 @@ #This playbbok will install HTTP server and start the server. --- -- hosts: all +- hosts: appServers become: true tasks: - name: Install Apache HTTP server