diff options
author | Bradley A. Thornton <bthornto@thethorntons.net> | 2019-08-08 13:45:46 -0700 |
---|---|---|
committer | Bradley A. Thornton <bthornto@thethorntons.net> | 2019-08-08 13:45:46 -0700 |
commit | 00ae0cf5ce60cf6149e67f5c83356a2c1877a35f (patch) | |
tree | 9e45073d2cc97e6bd7695a91007a9e53fe8d83e1 /plugins/modules/vyos_command.py | |
parent | 400e7ab77e8f5090860f6131133ef8b700e0d023 (diff) | |
download | vyos.vyos-00ae0cf5ce60cf6149e67f5c83356a2c1877a35f.tar.gz vyos.vyos-00ae0cf5ce60cf6149e67f5c83356a2c1877a35f.zip |
switch to devel
Diffstat (limited to 'plugins/modules/vyos_command.py')
-rw-r--r-- | plugins/modules/vyos_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modules/vyos_command.py b/plugins/modules/vyos_command.py index 16487e3..ac79224 100644 --- a/plugins/modules/vyos_command.py +++ b/plugins/modules/vyos_command.py @@ -25,7 +25,7 @@ DOCUMENTATION = """ --- module: vyos_command version_added: "2.2" -author: "Nathaniel Case (@qalthos)" +author: "Nathaniel Case (@Qalthos)" short_description: Run one or more commands on VyOS devices description: - The command module allows running one or more commands on remote |