EdgeOS module improvements (#39530)

* Update docs and use to_text on strings

* Add warning to use network_cli
This commit is contained in:
Sam Doran 2018-05-22 12:22:18 -04:00 committed by GitHub
parent e8d02a3a0f
commit d5dbd8c76d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 10 deletions

View file

@ -1,6 +1,5 @@
# Copyright: (c) 2018, Ansible Project
# GNU General Public License v3.0+
# (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type