give hint to users when a file is not found
This commit is contained in:
parent
eef70d028f
commit
34c002c771
1 changed files with 2 additions and 0 deletions
|
@ -248,6 +248,8 @@ class AnsibleFileNotFound(AnsibleRuntimeError):
|
|||
message += "\n"
|
||||
message += "Searched in:\n\t%s" % searched
|
||||
|
||||
message += " on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"
|
||||
|
||||
super(AnsibleFileNotFound, self).__init__(message=message, obj=obj, show_content=show_content,
|
||||
suppress_extended_error=suppress_extended_error, orig_exc=orig_exc)
|
||||
|
||||
|
|
Loading…
Reference in a new issue