moving from with_ff to just ff (#44847)

This commit is contained in:
Brian Coca 2018-09-12 15:35:04 -04:00 committed by ansibot
commit 1ed57f1f64
3 changed files with 8 additions and 7 deletions

View file

@ -150,5 +150,5 @@ class LookupModule(LookupBase):
return [path]
if skip:
return []
raise AnsibleLookupError("No file was found when using with_first_found. Use the 'skip: true' option to allow this task to be skipped if no "
raise AnsibleLookupError("No file was found when using first_found. Use the 'skip: true' option to allow this task to be skipped if no "
"files are found")