7 lines
118 B
YAML
7 lines
118 B
YAML
|
- hosts: localhost
|
||
|
vars_files: some_vars.yml
|
||
|
tasks:
|
||
|
- assert:
|
||
|
that:
|
||
|
- 'a_variable == "yep"'
|