From ca4559ccc4cdfbf7fa35d6a475949254f80f907e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Tue, 10 Dec 2024 17:31:58 +0100 Subject: [PATCH] Fix --- plugins/inventory/scaleway.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/plugins/inventory/scaleway.yml b/plugins/inventory/scaleway.yml index 09ee3ea..850f39d 100644 --- a/plugins/inventory/scaleway.yml +++ b/plugins/inventory/scaleway.yml @@ -69,14 +69,14 @@ DOCUMENTATION: type: dict EXAMPLES: - plugin: scaleway.scaleway.scaleway - access_key: - secret_key: - api_url: https://api.scaleway.com - regions: - - fr-par-2 - - nl-ams-1 - tags: - - dev - variables: - ansible_host: public_ipv4 + - plugin: scaleway.scaleway.scaleway + access_key: + secret_key: + api_url: https://api.scaleway.com + regions: + - fr-par-2 + - nl-ams-1 + tags: + - dev + variables: + ansible_host: public_ipv4