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:
parent
92713f432d
commit
847ffa8d17
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user