ansible で ERROR: The file local is marked as executable, but failed to execute correctly. If this is not supposed to be an executable script, correct this with `chmod -x local`.

ansible-playbook で以下のエラーが出た。

ERROR: The file local is marked as executable, but failed to execute correctly. If this is not supposed to be an executable script, correct this with `chmod -x local`.

hostファイルに実行権限が付いているとダメらしい。
http://a3no.hatenablog.com/entry/2014/09/28/023324

助かりました。
ありがとうございました。