mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
give hint to users when a file is not found
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user