diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2022-04-04 15:23:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 19:23:39 +0000 |
commit | 507955aeda83492dab7f2d5f9b695f7bd4043e35 (patch) | |
tree | aa9bb010b7adcdc65c6a5c56d1271063274d3561 /plugins/cliconf | |
parent | 87c5dcb6a147738d2b1ea60993018822a5baf21e (diff) | |
download | vyos-ansible-collection-507955aeda83492dab7f2d5f9b695f7bd4043e35.tar.gz vyos-ansible-collection-507955aeda83492dab7f2d5f9b695f7bd4043e35.zip |
Create symmlinks for redirection of vyos modules (#244)
Create symmlinks for redirection of vyos modules
Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Sagar Paul <sagpaul@redhat.com>
Reviewed-by: None <None>
Diffstat (limited to 'plugins/cliconf')
-rw-r--r-- | plugins/cliconf/vyos.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/cliconf/vyos.py b/plugins/cliconf/vyos.py index b100ce0..b1a55b1 100644 --- a/plugins/cliconf/vyos.py +++ b/plugins/cliconf/vyos.py @@ -36,6 +36,7 @@ options: to the device is present in this list, the existing cache is invalidated. version_added: 2.0.0 type: list + elements: str default: [] vars: - name: ansible_vyos_config_commands |