Add missing vars_files info on the datanommer playbook
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0a19fe914b
commit
af2f7e371d
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- "host_vars/datanommer.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: get kernel version
|
- name: get kernel version
|
||||||
command: uname -a
|
command: uname -a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue