diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2022-03-09 20:20:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 01:20:40 +0000 |
commit | 87c5dcb6a147738d2b1ea60993018822a5baf21e (patch) | |
tree | db52c89beb42a4eb3242d059c79dbf3dcc6c3140 /plugins/cliconf | |
parent | 8208b02f6f5d5956ccd8d28fdf925cf580011712 (diff) | |
download | vyos.vyos-87c5dcb6a147738d2b1ea60993018822a5baf21e.tar.gz vyos.vyos-87c5dcb6a147738d2b1ea60993018822a5baf21e.zip |
Change preconfig hostname in integration test (#243)
Change preconfig hostname in integration test
SUMMARY
ISSUE TYPE
Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: None <None>
Diffstat (limited to 'plugins/cliconf')
-rw-r--r-- | plugins/cliconf/vyos.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/cliconf/vyos.py b/plugins/cliconf/vyos.py index 339aed95..b100ce01 100644 --- a/plugins/cliconf/vyos.py +++ b/plugins/cliconf/vyos.py @@ -1,4 +1,3 @@ -# # (c) 2017 Red Hat Inc. # # This file is part of Ansible @@ -21,8 +20,8 @@ from __future__ import absolute_import, division, print_function __metaclass__ = type DOCUMENTATION = """ -author: Ansible Networking Team -cliconf: vyos +author: Ansible Networking Team (@ansible-network) +name: vyos short_description: Use vyos cliconf to run command on VyOS platform description: - This vyos plugin provides low level abstraction apis for sending and receiving CLI |