7 lines
185 B
YAML
7 lines
185 B
YAML
---
|
|
- name: checking limit arg
|
|
fail:
|
|
msg: "you must use -l or --limit - when you really want to use all hosts, use -l 'all'"
|
|
when: ansible_limit is not defined
|
|
run_once: true
|