diff options
author | Rohit <rohitthakur2590@outlook.com> | 2020-06-18 01:48:45 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 20:18:45 +0000 |
commit | 84afad5130564a8ad48e756cca1566c17eaafc36 (patch) | |
tree | 641a4aa6c2cad56d9451b5c930dca105c76156b4 /plugins/action | |
parent | 2981f7f654e05e3f05abddc7a789b3d1ab3c7b3d (diff) | |
download | vyos.vyos-84afad5130564a8ad48e756cca1566c17eaafc36.tar.gz vyos.vyos-84afad5130564a8ad48e756cca1566c17eaafc36.zip |
[VyOS]: update readme and add .rst files (#44)
[VyOS]: update readme and add .rst files
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins/action')
-rw-r--r-- | plugins/action/vyos.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/action/vyos.py b/plugins/action/vyos.py index cab2f3f..5c310c3 100644 --- a/plugins/action/vyos.py +++ b/plugins/action/vyos.py @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type |