mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixy typo
This commit is contained in:
parent
fe5e6d74af
commit
01e7f44e0d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class InventoryModule(BaseInventoryPlugin, Cacheable):
|
|||
err = to_native(stderr or "")
|
||||
|
||||
if err and not err.endswith('\n'):
|
||||
err =+ '\n'
|
||||
err += '\n'
|
||||
|
||||
if sp.returncode != 0:
|
||||
raise AnsibleError("Inventory script (%s) had an execution error: %s " % (path, err))
|
||||
|
|
Loading…
Reference in a new issue