mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Misc typo fixes (#47699)
fixes requried to required Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
303fa6b478
commit
3568dc512a
4 changed files with 5 additions and 5 deletions
|
@ -104,7 +104,7 @@ def main():
|
|||
)
|
||||
|
||||
if not HAS_ZABBIX_API:
|
||||
module.fail_json(msg="Missing requried zabbix-api module (check docs or install with: pip install zabbix-api)")
|
||||
module.fail_json(msg="Missing required zabbix-api module (check docs or install with: pip install zabbix-api)")
|
||||
|
||||
server_url = module.params['server_url']
|
||||
login_user = module.params['login_user']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue