From 7b529c72b32262c9071103870070c754ebc6e656 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 1 Jan 2021 17:50:53 +0530 Subject: [PATCH] Scaleway: Update documentation (#1567) Online SAS is rebranded as Scaleway in 2015. Updated inventory documentation for the same. Fixes: #814 Signed-off-by: Abhijeet Kasurde --- plugins/inventory/online.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/plugins/inventory/online.py b/plugins/inventory/online.py index f64ee18687..d976633aa7 100644 --- a/plugins/inventory/online.py +++ b/plugins/inventory/online.py @@ -2,18 +2,16 @@ # 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 -DOCUMENTATION = ''' +DOCUMENTATION = r''' name: online plugin_type: inventory author: - Remy Leone (@sieben) - short_description: Online inventory source + short_description: Scaleway (previously Online SAS or Online.net) inventory source description: - - Get inventory hosts from Online + - Get inventory hosts from Scaleway (previously Online SAS or Online.net). options: plugin: description: token that ensures this is a source file for the 'online' plugin. @@ -45,7 +43,7 @@ DOCUMENTATION = ''' - rpn ''' -EXAMPLES = ''' +EXAMPLES = r''' # online_inventory.yml file in YAML format # Example command line: ansible-inventory --list -i online_inventory.yml