mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix typo in ignore_unknown_extensions doc
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Brian Coca
parent
7a35e2f8c1
commit
13dd1acbec
@@ -103,7 +103,7 @@ class ActionModule(ActionBase):
|
||||
raise AnsibleError('{0} is not a valid option in include_vars'.format(arg))
|
||||
|
||||
if dirs and files:
|
||||
raise AnsibleError("Your are mixing file only and dir only arguments, these are incompatible")
|
||||
raise AnsibleError("You are mixing file only and dir only arguments, these are incompatible")
|
||||
|
||||
# set internal vars from args
|
||||
self._set_args()
|
||||
|
||||
Reference in New Issue
Block a user