Rename vars/common.yml to vars/main.yml

The file vars/main.yml is automatically loaded
so by using this file name we're able to get
rid of the task that loads vars/common.yml which
is a small optimisation.

Change-Id: I11615c41043060718b833079f0df274d9dc644cf
This commit is contained in:
Jesse Pretorius 2017-03-13 18:37:00 +00:00
parent 92713f432d
commit 847ffa8d17
2 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@
tags:
- always
- name: Gather variables that apply to all operating systems
include_vars: common.yml
tags:
- always
- name: Get CPU info content and store as var
command: cat /proc/cpuinfo
register: cpuinfo_contents