############# site.yml ##############
- hosts: 'test'
tasks:
- command: echo {{ foo | mandatory }}
############# vars.yml ##############
---
foo: 10
############# OUTPUT ################
PLAY [test] *******************************************************************
GATHERING FACTS ***************************************************************
ok: [testserver]
TASK: [command echo {{ foo | mandatory }}] ************************************
fatal: [testserver] => One or more undefined variables: 'foo' is undefined
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/poiati/site.retry
testserver : ok=1 changed=0 unreachable=1 failed=0