Add missing vars_files info on the datanommer playbook

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-19 12:42:59 +01:00
parent 0a19fe914b
commit af2f7e371d

View file

@ -4,6 +4,9 @@
gather_facts: True
become: True
vars_files:
- "host_vars/datanommer.yml"
tasks:
- name: get kernel version
command: uname -a