--- - 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