Files
ansible/roles/force_limitArg/tasks/main.yml
2022-09-03 17:57:46 +02:00

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