From 06b6cf53fb17072af0a90635a23307dd30aaaace Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 20 Jun 2017 14:33:14 +1200 Subject: [PATCH] Moved Networking config to top of Role. Speed up connectivity. --- tasks/RedHat.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/RedHat.yml b/tasks/RedHat.yml index a178ddd..2b72100 100644 --- a/tasks/RedHat.yml +++ b/tasks/RedHat.yml @@ -1,6 +1,6 @@ --- # tasks file for common role - +- include: networking.yml - name: Ensure common packages yum: @@ -43,5 +43,4 @@ changed_when: false - include: communication.yml -- include: networking.yml - include: motd.yml \ No newline at end of file