spelling of Extraneous (#20116)
This commit is contained in:
parent
5a1395a486
commit
0a0013e1eb
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class AdHocCLI(CLI):
|
|||
if len(self.args) < 1:
|
||||
raise AnsibleOptionsError("Missing target hosts")
|
||||
elif len(self.args) > 1:
|
||||
raise AnsibleOptionsError("Extranous options or arguments")
|
||||
raise AnsibleOptionsError("Extraneous options or arguments")
|
||||
|
||||
display.verbosity = self.options.verbosity
|
||||
self.validate_conflicts(runas_opts=True, vault_opts=True, fork_opts=True)
|
||||
|
|
Loading…
Reference in a new issue