move stuff to roles
This commit is contained in:
6
roles/force_limitArg/tasks/main.yml
Normal file
6
roles/force_limitArg/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user