diff --git a/README.fr.md b/README.fr.md
index e4d0033..23825fc 100644
--- a/README.fr.md
+++ b/README.fr.md
@@ -10,11 +10,12 @@ include_toc: true
>
> **Chemin** : ansible\
> *`désactivé`*\
-> **Désactivé** : lorsque la variable "[Sélection pour sortie](#step.output)" est accessible et n'a pas la valeur "ansible"
+> **Désactivé** : lorsque la variable "[sélection pour sortie](#step.output)" est accessible et n'a pas la valeur "ansible".
-| Variable | Description | Valeur par défaut | Type | Validateur |
-|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|---------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------|
-| **ansible.output**
**Ligne de commande** :
--ansible.output
**Variable d'environnement** : ANSIBLE.OUTPUT | Type de sortie. | inventory | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** :
• inventory
• doc |
+| Variable | Description | Valeur par défaut | Type | Validateur |
+|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------|---------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------|
+| **ansible.output**
**Ligne de commande** :
--ansible.output
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.OUTPUT | Type de sortie. | inventory | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** :
• inventory
• doc |
+| **ansible.host_namespace**
**Ligne de commande** :
--ansible.host_namespace
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.HOST_NAMESPACE | Espace de nom avec les valeurs de l'hôte. | hosts | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
### Configuration de la doc
@@ -22,12 +23,28 @@ include_toc: true
>
> **Chemin** : ansible.doc\
> *`désactivé`*\
-> **Désactivé** : lorsque la variable "[Type de sortie](#ansible.output)" n'a pas la valeur "doc"
+> **Désactivé** : lorsque la variable "[Type de sortie](#ansible.output)" n'a pas la valeur "doc".
-| Variable | Description | Valeur par défaut | Type | Validateur |
-|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|---------------------|--------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|
-| **ansible.doc.author**
**Ligne de commande** :
--ansible.doc.author
**Variable d'environnement** : ANSIBLE.DOC.AUTHOR | Nom de l'auteur Ansible. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
-| **ansible.doc.output_format**
**Ligne de commande** :
--ansible.doc.output_format
**Variable d'environnement** : ANSIBLE.DOC.OUTPUT_FORMAT | Le format de sorti de la documentation générée. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** :
• console
• asciidoc
• html
• github
• gitlab
• json |
+| Variable | Description | Valeur par défaut | Type | Validateur |
+|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|---------------------|--------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
+| **ansible.doc.project_name**
**Ligne de commande** :
--ansible.doc.project_name
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.DOC.PROJECT_NAME | Nom du projet Ansible. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
+| **ansible.doc.author**
**Ligne de commande** :
--ansible.doc.author
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.DOC.AUTHOR | Nom de l'auteur Ansible. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
+| **ansible.doc.output_format**
**Ligne de commande** :
--ansible.doc.output_format
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.DOC.OUTPUT_FORMAT | Le format de sorti de la documentation générée. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** :
• console
• asciidoc
• html
• github
• gitlab
• restructuredtext
• json |
+| **ansible.doc.collection_type**
**Ligne de commande** :
--ansible.doc.collection_type
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.DOC.COLLECTION_TYPE | Contenu de la collection. | auto | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | **Choix** :
• auto
• playbooks
• roles |
+
+#### Informations sur le Playbooks
+
+> [!NOTE]
+>
+> Cette famille contient des listes de bloc de variable.\
+> **Chemin** : ansible.doc.playbooks\
+> *`désactivé`*\
+> **Désactivé** : si le contenu est une rôle.
+
+| Variable | Description | Type | Validateur |
+|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|--------------|
+| **ansible.doc.playbooks.name**
**Ligne de commande** :
--ansible.doc.playbooks.name
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.DOC.PLAYBOOKS.NAME | Nom du Playbook.
Les Playbooks sont placés dans le répertoire playbooks/. Par défaut, la description du "type" est utilisée comme nom de Playbook dans l'exemple généré. Il est possible de personnalisé la description ici. | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `unique` |
+| **ansible.doc.playbooks.description**
**Ligne de commande** :
--ansible.doc.playbooks.description
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.DOC.PLAYBOOKS.DESCRIPTION | Description du Playbook. | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` | |
### Configuration de l'inventaire
@@ -35,12 +52,9 @@ include_toc: true
>
> **Chemin** : ansible.inventory\
> *`désactivé`*\
-> **Désactivé** : lorsque la variable "[Type de sortie](#ansible.output)" n'a pas la valeur "inventory"
-
-| Variable | Description | Valeur par défaut | Type |
-|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|
-| **ansible.inventory.host_namespace**
**Ligne de commande** :
--ansible.inventory.host_namespace
**Variable d'environnement** : ANSIBLE.INVENTORY.HOST_NAMESPACE | Espace de nom avec les valeurs de l'hôte. | hosts | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` |
-| **ansible.inventory.no_namespace_in_vars**
**Ligne de commande** :
• --ansible.inventory.no_namespace_in_vars
• --ansible.inventory.no-no_namespace_in_vars
**Variable d'environnement** : ANSIBLE.INVENTORY.NO_NAMESPACE_IN_VARS | Supprime le nom de l'espace de nom dans les vars de l'hôte. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` |
-| **ansible.inventory.export_warnings**
**Ligne de commande** :
• --ansible.inventory.export_warnings
• --ansible.inventory.no-export_warnings
**Variable d'environnement** : ANSIBLE.INVENTORY.EXPORT_WARNINGS | Affiche les avertissements dans les données d'exportation Ansible. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` |
-
+> **Désactivé** : lorsque la variable "[Type de sortie](#ansible.output)" n'a pas la valeur "inventory".
+| Variable | Description | Valeur par défaut | Type |
+|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|---------------------|---------------------------------------------------------------------------------------------------|
+| **ansible.inventory.no_namespace_in_vars**
**Ligne de commande** :
• --ansible.inventory.no_namespace_in_vars
• --ansible.inventory.no-no_namespace_in_vars
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.INVENTORY.NO_NAMESPACE_IN_VARS | Supprime le nom de l'espace de nom dans les vars de l'hôte. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` |
+| **ansible.inventory.export_warnings**
**Ligne de commande** :
• --ansible.inventory.export_warnings
• --ansible.inventory.no-export_warnings
**Variable d'environnement** : ROUGAILCLI_ANSIBLE.INVENTORY.EXPORT_WARNINGS | Affiche les avertissements dans les données d'exportation Ansible. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `obligatoire` |
diff --git a/README.md b/README.md
index dfd77e4..1fb4d4d 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,12 @@ include_toc: true
>
> **Path**: ansible\
> *`disabled`*\
-> **Disabled**: when the variable "[Select for output](#step.output)" is accessible and hasn't the value "ansible"
+> **Disabled**: when the variable "[select for output](#step.output)" is accessible and hasn't the value "ansible".
-| Variable | Description | Default value | Type | Validator |
-|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-----------------|------------------------------------------------------------------------------------------------|---------------------------------------------------|
-| **ansible.output**
**Command line**:
--ansible.output
**Environment variable**: ANSIBLE.OUTPUT | Output type. | inventory | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**:
• inventory
• doc |
+| Variable | Description | Default value | Type | Validator |
+|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------|-----------------|------------------------------------------------------------------------------------------------|---------------------------------------------------|
+| **ansible.output**
**Command line**:
--ansible.output
**Environment variable**: ROUGAILCLI_ANSIBLE.OUTPUT | Output type. | inventory | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**:
• inventory
• doc |
+| **ansible.host_namespace**
**Command line**:
--ansible.host_namespace
**Environment variable**: ROUGAILCLI_ANSIBLE.HOST_NAMESPACE | Namespace with host values. | hosts | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
### Doc configuration
@@ -22,12 +23,28 @@ include_toc: true
>
> **Path**: ansible.doc\
> *`disabled`*\
-> **Disabled**: when the variable "[Output type](#ansible.output)" hasn't the value "doc"
+> **Disabled**: when the variable "[Output type](#ansible.output)" hasn't the value "doc".
-| Variable | Description | Default value | Type | Validator |
-|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|-----------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
-| **ansible.doc.author**
**Command line**:
--ansible.doc.author
**Environment variable**: ANSIBLE.DOC.AUTHOR | Ansible author name. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
-| **ansible.doc.output_format**
**Command line**:
--ansible.doc.output_format
**Environment variable**: ANSIBLE.DOC.OUTPUT_FORMAT | The output format of the generated documentation. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**:
• console
• asciidoc
• html
• github
• gitlab
• json |
+| Variable | Description | Default value | Type | Validator |
+|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|-----------------|------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
+| **ansible.doc.project_name**
**Command line**:
--ansible.doc.project_name
**Environment variable**: ROUGAILCLI_ANSIBLE.DOC.PROJECT_NAME | Ansible project name. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
+| **ansible.doc.author**
**Command line**:
--ansible.doc.author
**Environment variable**: ROUGAILCLI_ANSIBLE.DOC.AUTHOR | Ansible author name. | | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
+| **ansible.doc.output_format**
**Command line**:
--ansible.doc.output_format
**Environment variable**: ROUGAILCLI_ANSIBLE.DOC.OUTPUT_FORMAT | The output format of the generated documentation. | console | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**:
• console
• asciidoc
• html
• github
• gitlab
• restructuredtext
• json |
+| **ansible.doc.collection_type**
**Command line**:
--ansible.doc.collection_type
**Environment variable**: ROUGAILCLI_ANSIBLE.DOC.COLLECTION_TYPE | Collection contents. | auto | [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | **Choices**:
• auto
• playbooks
• roles |
+
+#### Playbooks informations
+
+> [!NOTE]
+>
+> This family contains lists of variable blocks.\
+> **Path**: ansible.doc.playbooks\
+> *`disabled`*\
+> **Disabled**: if the content is a role.
+
+| Variable | Description | Type | Validator |
+|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------|
+| **ansible.doc.playbooks.name**
**Command line**:
--ansible.doc.playbooks.name
**Environment variable**: ROUGAILCLI_ANSIBLE.DOC.PLAYBOOKS.NAME | Playbook name.
Playbooks are placed in the playbooks/ directory. By default, the description of the "type" is used as the Playbook name in the generated example. It is possible to customize this description here. | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` | `unique` |
+| **ansible.doc.playbooks.description**
**Command line**:
--ansible.doc.playbooks.description
**Environment variable**: ROUGAILCLI_ANSIBLE.DOC.PLAYBOOKS.DESCRIPTION | Playbook description. | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | |
### Inventory configuration
@@ -35,12 +52,9 @@ include_toc: true
>
> **Path**: ansible.inventory\
> *`disabled`*\
-> **Disabled**: when the variable "[Output type](#ansible.output)" hasn't the value "inventory"
-
-| Variable | Description | Default value | Type |
-|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------------|-------------------------------------------------------------------------------------------------|
-| **ansible.inventory.host_namespace**
**Command line**:
--ansible.inventory.host_namespace
**Environment variable**: ANSIBLE.INVENTORY.HOST_NAMESPACE | Namespace with host values. | hosts | [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |
-| **ansible.inventory.no_namespace_in_vars**
**Command line**:
• --ansible.inventory.no_namespace_in_vars
• --ansible.inventory.no-no_namespace_in_vars
**Environment variable**: ANSIBLE.INVENTORY.NO_NAMESPACE_IN_VARS | Remove namespace name in host vars. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |
-| **ansible.inventory.export_warnings**
**Command line**:
• --ansible.inventory.export_warnings
• --ansible.inventory.no-export_warnings
**Environment variable**: ANSIBLE.INVENTORY.EXPORT_WARNINGS | Displays warnings inside Ansible exportation datas. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |
-
+> **Disabled**: when the variable "[Output type](#ansible.output)" hasn't the value "inventory".
+| Variable | Description | Default value | Type |
+|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------------|-------------------------------------------------------------------------------------------------|
+| **ansible.inventory.no_namespace_in_vars**
**Command line**:
• --ansible.inventory.no_namespace_in_vars
• --ansible.inventory.no-no_namespace_in_vars
**Environment variable**: ROUGAILCLI_ANSIBLE.INVENTORY.NO_NAMESPACE_IN_VARS | Remove namespace name in host vars. | false | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |
+| **ansible.inventory.export_warnings**
**Command line**:
• --ansible.inventory.export_warnings
• --ansible.inventory.no-export_warnings
**Environment variable**: ROUGAILCLI_ANSIBLE.INVENTORY.EXPORT_WARNINGS | Displays warnings inside Ansible exportation datas. | true | [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` |
diff --git a/locale/fr/LC_MESSAGES/rougail_output_ansible.po b/locale/fr/LC_MESSAGES/rougail_output_ansible.po
index 57456fc..5adf842 100644
--- a/locale/fr/LC_MESSAGES/rougail_output_ansible.po
+++ b/locale/fr/LC_MESSAGES/rougail_output_ansible.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"POT-Creation-Date: 2026-01-21 08:51+0100\n"
-"PO-Revision-Date: 2026-01-21 08:54+0100\n"
+"POT-Creation-Date: 2026-06-08 06:36+0200\n"
+"PO-Revision-Date: 2026-06-08 06:36+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
@@ -14,23 +14,41 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
-"X-Generator: Poedit 3.8\n"
+"X-Generator: Poedit 3.9\n"
-#: src/rougail/output_ansible/ansible.py:63
+#: src/rougail/output_ansible/annotator.py:39
+#: src/rougail/output_ansible/annotator.py:43
msgid "no namespace configured"
msgstr "aucun espace de nom configuré"
-#: src/rougail/output_ansible/ansible.py:73
+#: src/rougail/output_ansible/annotator.py:46
msgid "cannot find host namespace \"{0}\""
msgstr "ne peut trouve l'espace de nom de l'hôte \"{0}\""
-#: src/rougail/output_ansible/ansible.py:80
+#: src/rougail/output_ansible/annotator.py:51
msgid "malformated host namespace \"{0}\", should have the \"hostnames\" key"
msgstr ""
"l'espace de nom de l'hôte \"{0}\" est mal formaté, devrait avoir la clé "
"\"hostnames\""
-#: src/rougail/output_ansible/ansible.py:112
+#: src/rougail/output_ansible/annotator.py:56
+msgid "malformated host namespace \"{0}\", \"{1}\" is not a family"
+msgstr ""
+"l'espace de nom de l'hôte \"{0}\" mal formaté, \"{1}\" n'est pas une famille"
+
+#: src/rougail/output_ansible/annotator.py:62
+msgid "malformated ansible hosts \"{0}\", is not a \"domainname\" variable"
+msgstr ""
+"l'espace de nom de l'hôte \"{0}\" mal formaté, n'est pas une variable "
+"\"domainname\""
+
+#: src/rougail/output_ansible/annotator.py:65
+msgid "malformated ansible hosts \"{0}\", it must be a multiple variable"
+msgstr ""
+"l'espace de nom de l'hôte \"{0}\" mal formaté, il doit être une variable "
+"multiple"
+
+#: src/rougail/output_ansible/ansible.py:91
msgid "cannot find \"hostnames\" in \"{0}\" namespace"
msgstr "ne peut trouve \"hostnames\" dans l'espace de nom \"{0}\""
@@ -42,93 +60,158 @@ msgstr "paramètre ajouté seulement pour être compatible avec Ansible"
msgid "if ansible is not set in \"step.output\""
msgstr "si ansible n'est pas défini dans \"step.output\""
-#: src/rougail/output_ansible/config.py:53
-msgid "if ansible or json are not set in \"step.output\""
-msgstr "si ansible ou json ne sont pas définis dans \"step.output\""
-
-#: src/rougail/output_ansible/config.py:60
+#: src/rougail/output_ansible/config.py:51
msgid "Load Ansible encrypt inventory or generate Ansible inventory"
msgstr "Charge un inventaire chiffré Ansible ou génère un inventaire Ansible"
-#: src/rougail/output_ansible/config.py:65
+#: src/rougail/output_ansible/config.py:56
msgid "if ansible is not in \"step.output\" and not in \"step.user_data\""
msgstr "si ansible n'est pas dans \"step.output\" ni dans \"step.user_data\""
-#: src/rougail/output_ansible/config.py:71
+#: src/rougail/output_ansible/config.py:62
msgid "Generate Ansible inventory"
msgstr "Génère un inventaire Ansible"
-#: src/rougail/output_ansible/config.py:83
+#: src/rougail/output_ansible/config.py:74
msgid "Output type"
msgstr "Type de sortie"
-#: src/rougail/output_ansible/config.py:93
-msgid "Doc configuration"
-msgstr "Configuration de la doc"
-
-#: src/rougail/output_ansible/config.py:98
-msgid "Ansible author name"
-msgstr "Nom de l'auteur Ansible"
-
-#: src/rougail/output_ansible/config.py:101
-msgid "The output format of the generated documentation"
-msgstr "Le format de sorti de la documentation générée"
-
-#: src/rougail/output_ansible/config.py:109
-msgid "Inventory configuration"
-msgstr "Configuration de l'inventaire"
-
-#: src/rougail/output_ansible/config.py:114
+#: src/rougail/output_ansible/config.py:83
msgid "Namespace with host values"
msgstr "Espace de nom avec les valeurs de l'hôte"
-#: src/rougail/output_ansible/config.py:116
+#: src/rougail/output_ansible/config.py:86
+msgid "Doc configuration"
+msgstr "Configuration de la doc"
+
+#: src/rougail/output_ansible/config.py:91
+msgid "Ansible project name"
+msgstr "Nom du projet Ansible"
+
+#: src/rougail/output_ansible/config.py:93
+msgid "Ansible author name"
+msgstr "Nom de l'auteur Ansible"
+
+#: src/rougail/output_ansible/config.py:96
+msgid "The output format of the generated documentation"
+msgstr "Le format de sorti de la documentation générée"
+
+#: src/rougail/output_ansible/config.py:104
+msgid "collection contents"
+msgstr "contenu de la collection"
+
+#: src/rougail/output_ansible/config.py:112
+msgid "Playbooks informations"
+msgstr "Informations sur le Playbooks"
+
+#: src/rougail/output_ansible/config.py:118
+msgid "if the content is a role"
+msgstr "si le contenu est une rôle"
+
+#: src/rougail/output_ansible/config.py:121
+msgid "Playbook name"
+msgstr "Nom du Playbook"
+
+#: src/rougail/output_ansible/config.py:122
+msgid ""
+"Playbooks are placed in the playbooks/ directory. By default, the "
+"description of the \"type\" is used as the Playbook name in the generated "
+"example. It is possible to customize this description here."
+msgstr ""
+"Les Playbooks sont placés dans le répertoire playbooks/. Par défaut, la "
+"description du \"type\" est utilisée comme nom de Playbook dans l'exemple "
+"généré. Il est possible de personnalisé la description ici."
+
+#: src/rougail/output_ansible/config.py:126
+msgid "Playbook description"
+msgstr "Description du Playbook"
+
+#: src/rougail/output_ansible/config.py:129
+msgid "Inventory configuration"
+msgstr "Configuration de l'inventaire"
+
+#: src/rougail/output_ansible/config.py:134
msgid "Remove namespace name in host vars"
msgstr "Supprime le nom de l'espace de nom dans les vars de l'hôte"
-#: src/rougail/output_ansible/config.py:118
+#: src/rougail/output_ansible/config.py:136
msgid "Displays warnings inside Ansible exportation datas"
msgstr "Affiche les avertissements dans les données d'exportation Ansible"
-#: src/rougail/output_ansible/doc.py:63
-msgid "Ansible role"
-msgstr "Rôle Ansible"
+#: src/rougail/output_ansible/doc.py:94
+msgid "This repository contains the {0} Ansible collection."
+msgstr "Le dépôt contient la collection Ansible {0}."
-#: src/rougail/output_ansible/doc.py:63
-msgid "{0}: {1}"
-msgstr "{0} : {1}"
-
-#: src/rougail/output_ansible/doc.py:84
-msgid "Example playbook with Rougail"
-msgstr "Exemple de playbook avec Rougail"
-
-#: src/rougail/output_ansible/doc.py:88
-msgid "Do not forget to add Rougail structural file as Rougail types"
-msgstr ""
-"Ne pas oublier d'ajouter le fichier de structure Rougail comme un type "
-"Rougail"
-
-#: src/rougail/output_ansible/doc.py:91
-msgid ""
-"Add to your structural file something like:\n"
-"\n"
-msgstr ""
-"Ajouter à votre fichier de structure quelque chose comme :\n"
-"\n"
-
-#: src/rougail/output_ansible/doc.py:93
-msgid ""
-"\n"
-"Add to your playbook:\n"
-"\n"
-msgstr ""
-"\n"
-"Ajouter à votre playbook :\n"
-"\n"
+#: src/rougail/output_ansible/doc.py:101
+msgid "The group variables \"{0}\" - {1}"
+msgstr "Le groupe de variables \"{0}\" - {1}"
#: src/rougail/output_ansible/doc.py:103
-msgid "Example playbook"
-msgstr "Exemple de playbook"
+msgid "The group variables {0}"
+msgstr "Le groupe de variables {0}"
+
+#: src/rougail/output_ansible/doc.py:108
+msgid "Variables"
+msgstr "Variables"
+
+#: src/rougail/output_ansible/doc.py:128
+msgid "Usage"
+msgstr "Usage"
+
+#: src/rougail/output_ansible/doc.py:129
+msgid "Example Playbook with Rougail"
+msgstr "Exemple de playbook avec Rougail"
+
+#: src/rougail/output_ansible/doc.py:137
+msgid "Add to your structural file something like:"
+msgstr "Ajouter à votre fichier de structure quelque chose comme :"
+
+#: src/rougail/output_ansible/doc.py:141
+msgid "Customizing hidden variables in structure file:"
+msgstr "Variables personnalisées cachées dans les fichier de structure :"
+
+#: src/rougail/output_ansible/doc.py:144
+msgid "Do not forget to add Rougail structure file as Rougail types."
+msgstr ""
+"Ne pas oublier d'ajouter le fichier de structure Rougail comme types Rougail."
+
+#: src/rougail/output_ansible/doc.py:151
+msgid "For example you can add an YAML user data with something like:"
+msgstr ""
+"Par exemple vous pouvez ajouter une donnée utilisateur de type YAML avec "
+"quelque chose comme :"
+
+#: src/rougail/output_ansible/doc.py:153
+msgid "Add to your Play:"
+msgstr "Ajouter à votre Play :"
+
+#: src/rougail/output_ansible/doc.py:168
+msgid "Example Playbook without Rougail"
+msgstr "Exemple de Playbook sans Rougail"
+
+#: src/rougail/output_ansible/doc.py:169
+msgid "The variables will not be properly validated without Rougail."
+msgstr "Les variables ne seront pas validées correctement sans Rougail."
+
+#: src/rougail/output_ansible/doc.py:221
+msgid ""
+"Unable to find a Playbook in playbooks/ directory or a role in roles/ "
+"directory"
+msgstr ""
+"Impossible de trouver un Playbook dans le répertoire playbooks/ ou un rôle "
+"dans le répertoire roles/"
+
+#~ msgid "if ansible or json are not set in \"step.output\""
+#~ msgstr "si ansible ou json ne sont pas définis dans \"step.output\""
+
+#~ msgid "Ansible role"
+#~ msgstr "Rôle Ansible"
+
+#~ msgid "{0}: {1}"
+#~ msgstr "{0} : {1}"
+
+#~ msgid "Example playbook"
+#~ msgstr "Exemple de playbook"
#~ msgid "Configuration of user data or output Ansible"
#~ msgstr "Configuration de Ansible comme donnée utilisateur ou sortie"
@@ -172,6 +255,3 @@ msgstr "Exemple de playbook"
#~ msgid "Caption"
#~ msgstr "Légende"
-
-#~ msgid "Variables:"
-#~ msgstr "Variables :"
diff --git a/locale/rougail_output_ansible.pot b/locale/rougail_output_ansible.pot
index 83112b9..bb28297 100644
--- a/locale/rougail_output_ansible.pot
+++ b/locale/rougail_output_ansible.pot
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2026-01-21 08:55+0100\n"
+"POT-Creation-Date: 2026-06-11 21:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -15,19 +15,32 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n"
-#: src/rougail/output_ansible/ansible.py:63
+#: src/rougail/output_ansible/annotator.py:39
+#: src/rougail/output_ansible/annotator.py:43
msgid "no namespace configured"
msgstr ""
-#: src/rougail/output_ansible/ansible.py:73
+#: src/rougail/output_ansible/annotator.py:46
msgid "cannot find host namespace \"{0}\""
msgstr ""
-#: src/rougail/output_ansible/ansible.py:80
+#: src/rougail/output_ansible/annotator.py:51
msgid "malformated host namespace \"{0}\", should have the \"hostnames\" key"
msgstr ""
-#: src/rougail/output_ansible/ansible.py:112
+#: src/rougail/output_ansible/annotator.py:56
+msgid "malformated host namespace \"{0}\", \"{1}\" is not a family"
+msgstr ""
+
+#: src/rougail/output_ansible/annotator.py:62
+msgid "malformated ansible hosts \"{0}\", is not a \"domainname\" variable"
+msgstr ""
+
+#: src/rougail/output_ansible/annotator.py:65
+msgid "malformated ansible hosts \"{0}\", it must be a multiple variable"
+msgstr ""
+
+#: src/rougail/output_ansible/ansible.py:91
msgid "cannot find \"hostnames\" in \"{0}\" namespace"
msgstr ""
@@ -39,84 +52,131 @@ msgstr ""
msgid "if ansible is not set in \"step.output\""
msgstr ""
-#: src/rougail/output_ansible/config.py:53
-msgid "if ansible or json are not set in \"step.output\""
-msgstr ""
-
-#: src/rougail/output_ansible/config.py:60
+#: src/rougail/output_ansible/config.py:51
msgid "Load Ansible encrypt inventory or generate Ansible inventory"
msgstr ""
-#: src/rougail/output_ansible/config.py:65
+#: src/rougail/output_ansible/config.py:56
msgid "if ansible is not in \"step.output\" and not in \"step.user_data\""
msgstr ""
-#: src/rougail/output_ansible/config.py:71
+#: src/rougail/output_ansible/config.py:62
msgid "Generate Ansible inventory"
msgstr ""
-#: src/rougail/output_ansible/config.py:83
+#: src/rougail/output_ansible/config.py:74
msgid "Output type"
msgstr ""
-#: src/rougail/output_ansible/config.py:93
-msgid "Doc configuration"
-msgstr ""
-
-#: src/rougail/output_ansible/config.py:98
-msgid "Ansible author name"
-msgstr ""
-
-#: src/rougail/output_ansible/config.py:101
-msgid "The output format of the generated documentation"
-msgstr ""
-
-#: src/rougail/output_ansible/config.py:109
-msgid "Inventory configuration"
-msgstr ""
-
-#: src/rougail/output_ansible/config.py:114
+#: src/rougail/output_ansible/config.py:83
msgid "Namespace with host values"
msgstr ""
-#: src/rougail/output_ansible/config.py:116
-msgid "Remove namespace name in host vars"
+#: src/rougail/output_ansible/config.py:86
+msgid "Doc configuration"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:91
+msgid "Ansible project name"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:93
+msgid "Ansible author name"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:96
+msgid "The output format of the generated documentation"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:104
+msgid "collection contents"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:112
+msgid "Playbooks informations"
msgstr ""
#: src/rougail/output_ansible/config.py:118
+msgid "if the content is a role"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:121
+msgid "Playbook name"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:122
+msgid "Playbooks are placed in the playbooks/ directory. By default, the description of the \"type\" is used as the Playbook name in the generated example. It is possible to customize this description here."
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:126
+msgid "Playbook description"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:129
+msgid "Inventory configuration"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:134
+msgid "Remove namespace name in host vars"
+msgstr ""
+
+#: src/rougail/output_ansible/config.py:136
msgid "Displays warnings inside Ansible exportation datas"
msgstr ""
-#: src/rougail/output_ansible/doc.py:63
-msgid "Ansible role"
-msgstr ""
-
-#: src/rougail/output_ansible/doc.py:63
-msgid "{0}: {1}"
-msgstr ""
-
-#: src/rougail/output_ansible/doc.py:84
-msgid "Example playbook with Rougail"
-msgstr ""
-
-#: src/rougail/output_ansible/doc.py:88
-msgid "Do not forget to add Rougail structural file as Rougail types"
-msgstr ""
-
-#: src/rougail/output_ansible/doc.py:91
-msgid ""
-"Add to your structural file something like:\n"
-"\n"
-msgstr ""
-
-#: src/rougail/output_ansible/doc.py:93
-msgid ""
-"\n"
-"Add to your playbook:\n"
-"\n"
+#: src/rougail/output_ansible/doc.py:96
+msgid "This repository contains the {0} Ansible collection."
msgstr ""
#: src/rougail/output_ansible/doc.py:103
-msgid "Example playbook"
+msgid "The group variables \"{0}\" - {1}"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:105
+msgid "The group variables {0}"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:110
+msgid "Variables"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:130
+msgid "Usage"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:131
+msgid "Example Playbook with Rougail"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:139
+msgid "Add to your structural file something like:"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:143
+msgid "Customizing hidden variables in structure file:"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:146
+msgid "Do not forget to add Rougail structure file as Rougail types."
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:153
+msgid "For example you can add an YAML user data with something like:"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:155
+msgid "Add to your Play:"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:170
+msgid "Example Playbook without Rougail"
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:171
+msgid "The variables will not be properly validated without Rougail."
+msgstr ""
+
+#: src/rougail/output_ansible/doc.py:223
+msgid "Unable to find a Playbook in playbooks/ directory or a role in roles/ directory"
msgstr ""
diff --git a/src/rougail/output_ansible/annotator.py b/src/rougail/output_ansible/annotator.py
index 899d9a1..e2d0685 100644
--- a/src/rougail/output_ansible/annotator.py
+++ b/src/rougail/output_ansible/annotator.py
@@ -62,5 +62,5 @@ if AnnotatorDoc:
msg = _('malformated ansible hosts "{0}", is not a "domainname" variable').format(hosts_name)
raise DictConsistencyError(msg, 305, hosts_obj.xmlfiles)
if hosts_obj.multi is False:
- msg = _('malformated ansible hosts "{0}", is must be a multi value variable').format(hosts_name)
+ msg = _('malformated ansible hosts "{0}", it must be a multiple variable').format(hosts_name)
raise DictConsistencyError(msg, 306, hosts_obj.xmlfiles)
diff --git a/src/rougail/output_ansible/config.py b/src/rougail/output_ansible/config.py
index 56eb74f..0521636 100644
--- a/src/rougail/output_ansible/config.py
+++ b/src/rougail/output_ansible/config.py
@@ -110,7 +110,7 @@ ansible:
playbooks:
_description: {_('Playbooks informations')}
- type: leadership
+ type: sequence
disabled:
jinja: |-
{{{{ _.collection_type == "roles" }}}}
@@ -119,7 +119,7 @@ ansible:
name:
description: {_('Playbook name')}
- help: {_('Playbooks are placed in the playbooks/ directory. By default, the description of the "type" is used as the playbook name in the generated example. It is possible to customize this description here.')}
+ help: {_('Playbooks are placed in the playbooks/ directory. By default, the description of the "type" is used as the Playbook name in the generated example. It is possible to customize this description here.')}
mandatory: false
multi: true
diff --git a/src/rougail/output_ansible/doc.py b/src/rougail/output_ansible/doc.py
index 10b3733..fa8d7b5 100644
--- a/src/rougail/output_ansible/doc.py
+++ b/src/rougail/output_ansible/doc.py
@@ -29,6 +29,8 @@ from .i18n import _
class Doc(RougailOutputDoc):
output_name = "ansible"
+ # This documentation is not only for operator but also for integrator
+ # That means we want to have hidden variable too in documentation
only_disabled = True
def __init__(
@@ -91,16 +93,16 @@ class Doc(RougailOutputDoc):
else:
title = name
datas = [self.formatter.title(title, 1, collapse=False)]
- datas.append(_('This repository contains the {0} Ansible Collection.').format(self.formatter.prop(name, False, False, False)))
+ datas.append(_('This repository contains the {0} Ansible collection.').format(self.formatter.prop(name, False, False, False)))
if help_:
datas.append("\n".join(help_))
self.doc_rougailconfig["doc.title_level"] = 2
for type_ in self.informations:
current_informations = self.informations[type_]["informations"]
if "description" in current_informations:
- current_informations["description"] = _('The group variable "{0}" - {1}').format(current_informations["name"], current_informations["description"])
+ current_informations["description"] = _('The group variables "{0}" - {1}').format(current_informations["name"], current_informations["description"])
else:
- current_informations["description"] = _("The group variable {0}").format(current_informations["name"])
+ current_informations["description"] = _("The group variables {0}").format(current_informations["name"])
# informations = {self.ansible_name: {"informations": {"description": "Variables", "path": None},
# "type": "family",
# "children": self.informations,
@@ -126,7 +128,7 @@ class Doc(RougailOutputDoc):
if end_family:
datas.append(end_family)
datas.append(self.formatter.title(_("Usage"), 2, collapse=False))
- datas.append(self.formatter.title(_("Example playbook with Rougail"), 3))
+ datas.append(self.formatter.title(_("Example Playbook with Rougail"), 3))
# fam_info = self.formatter.family_informations()
# if fam_info:
# datas.append(fam_info)
@@ -138,10 +140,10 @@ class Doc(RougailOutputDoc):
datas.append(self.formatter.yaml(dump(structural), yaml_version="1.2"))
for t in types:
if t in hidden:
- datas.append(_("Customizing hidden variable in structural files:"))
+ datas.append(_("Customizing hidden variables in structure file:"))
structural[f'my_{t}'].update(hidden[t])
datas.append(self.formatter.yaml(dump(structural), yaml_version="1.2"))
- text = [_('Do not forget to add Rougail structural file as Rougail types.')]
+ text = [_('Do not forget to add Rougail structure file as Rougail types.')]
datas.append(self.formatter.display_family_informations(text))
user_data = {}
for t in types:
@@ -150,7 +152,7 @@ class Doc(RougailOutputDoc):
if user_data:
datas.append(_("For example you can add an YAML user data with something like:"))
datas.append(self.formatter.yaml(dump(user_data)))
- datas.append(_("Add to your play:"))
+ datas.append(_("Add to your Play:"))
_dump = "\n".join([d[2:] for d in (" " + dump(yaml)).split('\n')])
datas.append(self.formatter.yaml(_dump))
#
@@ -165,7 +167,7 @@ class Doc(RougailOutputDoc):
end_family = self.formatter.end_family(level=3)
if end_family:
datas.append(end_family)
- datas.append(self.formatter.title(_("Example playbook without Rougail"), 3))
+ datas.append(self.formatter.title(_("Example Playbook without Rougail"), 3))
datas.append(self.formatter.display_family_informations([_('The variables will not be properly validated without Rougail.')]))
datas.append(self.formatter.yaml(_dump))
end_family = self.formatter.end_family(level=3)
@@ -218,12 +220,15 @@ class Doc(RougailOutputDoc):
yaml["roles"].append({"role": f"{name}.{role_name}"})
lst = [yaml]
if not done:
- raise Exception(_('Unable to find a playbook in playbooks/ or roles in roles/ directories'))
+ raise Exception(_('Unable to find a Playbook in playbooks/ directory or a role in roles/ directory'))
return lst
def _build_defaults(self, config):
+ values = config.value.get()
results = CommentedMap()
- self._example_parse_family(config.value.get(), results, dump_type="default")
+ self._example_parse_family(values, results, dump_type="default")
+ if not results:
+ return
self._build_write("defaults", results)
def _build_vars(self, results):
diff --git a/src/rougail/output_ansible/locale/fr/LC_MESSAGES/rougail_output_ansible.mo b/src/rougail/output_ansible/locale/fr/LC_MESSAGES/rougail_output_ansible.mo
index 1946391..9b7d221 100644
Binary files a/src/rougail/output_ansible/locale/fr/LC_MESSAGES/rougail_output_ansible.mo and b/src/rougail/output_ansible/locale/fr/LC_MESSAGES/rougail_output_ansible.mo differ
diff --git a/tests/results-doc/test_namespace/00_0no_variable.sh b/tests/results-doc/test_namespace/00_0no_variable.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace/00_0no_variable.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace/00_0no_variable_default_version.sh b/tests/results-doc/test_namespace/00_0no_variable_default_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace/00_0no_variable_default_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace/00_0no_variable_remove_version.sh b/tests/results-doc/test_namespace/00_0no_variable_remove_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace/00_0no_variable_remove_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace/00_0version_underscore.sh b/tests/results-doc/test_namespace/00_0version_underscore.sh
index c537e15..df22455 100644
--- a/tests/results-doc/test_namespace/00_0version_underscore.sh
+++ b/tests/results-doc/test_namespace/00_0version_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_1empty_variable.sh b/tests/results-doc/test_namespace/00_1empty_variable.sh
index eec908f..91c3993 100644
--- a/tests/results-doc/test_namespace/00_1empty_variable.sh
+++ b/tests/results-doc/test_namespace/00_1empty_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -20,7 +20,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -33,7 +33,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -41,7 +41,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mempty[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_2default_calculated.sh b/tests/results-doc/test_namespace/00_2default_calculated.sh
index dcfab23..6c4e4ed 100644
--- a/tests/results-doc/test_namespace/00_2default_calculated.sh
+++ b/tests/results-doc/test_namespace/00_2default_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,9 +39,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_2default_calculated_multi.sh b/tests/results-doc/test_namespace/00_2default_calculated_multi.sh
index 3626782..9d4c21a 100644
--- a/tests/results-doc/test_namespace/00_2default_calculated_multi.sh
+++ b/tests/results-doc/test_namespace/00_2default_calculated_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_2default_calculated_params_permissive.sh b/tests/results-doc/test_namespace/00_2default_calculated_params_permissive.sh
index 4e63de7..f206829 100644
--- a/tests/results-doc/test_namespace/00_2default_calculated_params_permissive.sh
+++ b/tests/results-doc/test_namespace/00_2default_calculated_params_permissive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -71,9 +71,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_2default_calculated_variable.sh b/tests/results-doc/test_namespace/00_2default_calculated_variable.sh
index 845f5af..cbcc32a 100644
--- a/tests/results-doc/test_namespace/00_2default_calculated_variable.sh
+++ b/tests/results-doc/test_namespace/00_2default_calculated_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain2.lan [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_2default_calculated_variable_description.sh b/tests/results-doc/test_namespace/00_2default_calculated_variable_description.sh
index e94439f..5113751 100644
--- a/tests/results-doc/test_namespace/00_2default_calculated_variable_description.sh
+++ b/tests/results-doc/test_namespace/00_2default_calculated_variable_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_2default_calculated_variable_description_multi_line.sh b/tests/results-doc/test_namespace/00_2default_calculated_variable_description_multi_line.sh
index 9439ade..e89d5cc 100644
--- a/tests/results-doc/test_namespace/00_2default_calculated_variable_description_multi_line.sh
+++ b/tests/results-doc/test_namespace/00_2default_calculated_variable_description_multi_line.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_2default_calculated_variable_transitive.sh b/tests/results-doc/test_namespace/00_2default_calculated_variable_transitive.sh
index 8d51111..e73350a 100644
--- a/tests/results-doc/test_namespace/00_2default_calculated_variable_transitive.sh
+++ b/tests/results-doc/test_namespace/00_2default_calculated_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain2.lan [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_4load_subfolder.sh b/tests/results-doc/test_namespace/00_4load_subfolder.sh
index 9b65474..051c67e 100644
--- a/tests/results-doc/test_namespace/00_4load_subfolder.sh
+++ b/tests/results-doc/test_namespace/00_4load_subfolder.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_5load_notype.sh b/tests/results-doc/test_namespace/00_5load_notype.sh
index 293565e..924a4b6 100644
--- a/tests/results-doc/test_namespace/00_5load_notype.sh
+++ b/tests/results-doc/test_namespace/00_5load_notype.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6boolean.sh b/tests/results-doc/test_namespace/00_6boolean.sh
index 88d6db3..8f3bcb3 100644
--- a/tests/results-doc/test_namespace/00_6boolean.sh
+++ b/tests/results-doc/test_namespace/00_6boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6boolean_no_mandatory.sh b/tests/results-doc/test_namespace/00_6boolean_no_mandatory.sh
index f0c4504..8005cdc 100644
--- a/tests/results-doc/test_namespace/00_6boolean_no_mandatory.sh
+++ b/tests/results-doc/test_namespace/00_6boolean_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,9 +34,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -45,7 +45,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6choice.sh b/tests/results-doc/test_namespace/00_6choice.sh
index 78bf0a3..c97cb06 100644
--- a/tests/results-doc/test_namespace/00_6choice.sh
+++ b/tests/results-doc/test_namespace/00_6choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6choice_calculation.sh b/tests/results-doc/test_namespace/00_6choice_calculation.sh
index 305b515..d53af77 100644
--- a/tests/results-doc/test_namespace/00_6choice_calculation.sh
+++ b/tests/results-doc/test_namespace/00_6choice_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6choice_link.sh b/tests/results-doc/test_namespace/00_6choice_link.sh
index cdaf51e..430ddc9 100644
--- a/tests/results-doc/test_namespace/00_6choice_link.sh
+++ b/tests/results-doc/test_namespace/00_6choice_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6choice_variable.sh b/tests/results-doc/test_namespace/00_6choice_variable.sh
index 6ad3a40..591ac1f 100644
--- a/tests/results-doc/test_namespace/00_6choice_variable.sh
+++ b/tests/results-doc/test_namespace/00_6choice_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,9 +44,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6choice_variable_link.sh b/tests/results-doc/test_namespace/00_6choice_variable_link.sh
index 6c0ecc4..7497233 100644
--- a/tests/results-doc/test_namespace/00_6choice_variable_link.sh
+++ b/tests/results-doc/test_namespace/00_6choice_variable_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6choice_variable_link2.sh b/tests/results-doc/test_namespace/00_6choice_variable_link2.sh
index 4423c67..916d6c8 100644
--- a/tests/results-doc/test_namespace/00_6choice_variable_link2.sh
+++ b/tests/results-doc/test_namespace/00_6choice_variable_link2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6custom.sh b/tests/results-doc/test_namespace/00_6custom.sh
index cfeb159..8012b03 100644
--- a/tests/results-doc/test_namespace/00_6custom.sh
+++ b/tests/results-doc/test_namespace/00_6custom.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6domainname.sh b/tests/results-doc/test_namespace/00_6domainname.sh
index 2692229..d9c05ce 100644
--- a/tests/results-doc/test_namespace/00_6domainname.sh
+++ b/tests/results-doc/test_namespace/00_6domainname.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6domainname_params.sh b/tests/results-doc/test_namespace/00_6domainname_params.sh
index 3511eff..0ba502d 100644
--- a/tests/results-doc/test_namespace/00_6domainname_params.sh
+++ b/tests/results-doc/test_namespace/00_6domainname_params.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,9 +39,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6float.sh b/tests/results-doc/test_namespace/00_6float.sh
index 4d2035c..367fd8f 100644
--- a/tests/results-doc/test_namespace/00_6float.sh
+++ b/tests/results-doc/test_namespace/00_6float.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6integer.sh b/tests/results-doc/test_namespace/00_6integer.sh
index 173fab3..1205491 100644
--- a/tests/results-doc/test_namespace/00_6integer.sh
+++ b/tests/results-doc/test_namespace/00_6integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6ip.sh b/tests/results-doc/test_namespace/00_6ip.sh
index 7f727dd..9902529 100644
--- a/tests/results-doc/test_namespace/00_6ip.sh
+++ b/tests/results-doc/test_namespace/00_6ip.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6network.sh b/tests/results-doc/test_namespace/00_6network.sh
index 82e1752..b526253 100644
--- a/tests/results-doc/test_namespace/00_6network.sh
+++ b/tests/results-doc/test_namespace/00_6network.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6number.sh b/tests/results-doc/test_namespace/00_6number.sh
index 173fab3..1205491 100644
--- a/tests/results-doc/test_namespace/00_6number.sh
+++ b/tests/results-doc/test_namespace/00_6number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6port.sh b/tests/results-doc/test_namespace/00_6port.sh
index 43c547b..b84a9e7 100644
--- a/tests/results-doc/test_namespace/00_6port.sh
+++ b/tests/results-doc/test_namespace/00_6port.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -76,7 +76,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -89,7 +89,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -97,7 +97,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m80[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A port variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -106,7 +106,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6regexp.sh b/tests/results-doc/test_namespace/00_6regexp.sh
index a95625f..51c2a2a 100644
--- a/tests/results-doc/test_namespace/00_6regexp.sh
+++ b/tests/results-doc/test_namespace/00_6regexp.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6regexp_link.sh b/tests/results-doc/test_namespace/00_6regexp_link.sh
index c2205ba..0f69bdf 100644
--- a/tests/results-doc/test_namespace/00_6regexp_link.sh
+++ b/tests/results-doc/test_namespace/00_6regexp_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6secret.sh b/tests/results-doc/test_namespace/00_6secret.sh
index 04b99de..12941a6 100644
--- a/tests/results-doc/test_namespace/00_6secret.sh
+++ b/tests/results-doc/test_namespace/00_6secret.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues_len1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6secret_param.sh b/tests/results-doc/test_namespace/00_6secret_param.sh
index 39d6dcc..ddaa4bd 100644
--- a/tests/results-doc/test_namespace/00_6secret_param.sh
+++ b/tests/results-doc/test_namespace/00_6secret_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues_len1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_6string.sh b/tests/results-doc/test_namespace/00_6string.sh
index e0e21dd..2bbfa0a 100644
--- a/tests/results-doc/test_namespace/00_6string.sh
+++ b/tests/results-doc/test_namespace/00_6string.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_7choice_quote.sh b/tests/results-doc/test_namespace/00_7choice_quote.sh
index cdc56bf..641b553 100644
--- a/tests/results-doc/test_namespace/00_7choice_quote.sh
+++ b/tests/results-doc/test_namespace/00_7choice_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_7help.sh b/tests/results-doc/test_namespace/00_7help.sh
index a6f9383..78e9763 100644
--- a/tests/results-doc/test_namespace/00_7help.sh
+++ b/tests/results-doc/test_namespace/00_7help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_7help_quote.sh b/tests/results-doc/test_namespace/00_7help_quote.sh
index e042d27..b39347f 100644
--- a/tests/results-doc/test_namespace/00_7help_quote.sh
+++ b/tests/results-doc/test_namespace/00_7help_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_7help_sup.sh b/tests/results-doc/test_namespace/00_7help_sup.sh
index 9c0d157..a96e4a8 100644
--- a/tests/results-doc/test_namespace/00_7help_sup.sh
+++ b/tests/results-doc/test_namespace/00_7help_sup.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first [0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second [0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_7value_doublequote.sh b/tests/results-doc/test_namespace/00_7value_doublequote.sh
index 629be3d..7ad210f 100644
--- a/tests/results-doc/test_namespace/00_7value_doublequote.sh
+++ b/tests/results-doc/test_namespace/00_7value_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_7value_doublequote2.sh b/tests/results-doc/test_namespace/00_7value_doublequote2.sh
index 6653f40..1cdd29a 100644
--- a/tests/results-doc/test_namespace/00_7value_doublequote2.sh
+++ b/tests/results-doc/test_namespace/00_7value_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_7value_doublequote3.sh b/tests/results-doc/test_namespace/00_7value_doublequote3.sh
index 17f58b5..c219168 100644
--- a/tests/results-doc/test_namespace/00_7value_doublequote3.sh
+++ b/tests/results-doc/test_namespace/00_7value_doublequote3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_7value_quote.sh b/tests/results-doc/test_namespace/00_7value_quote.sh
index 2edd9a2..d68a3c2 100644
--- a/tests/results-doc/test_namespace/00_7value_quote.sh
+++ b/tests/results-doc/test_namespace/00_7value_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_8calculation_information.sh b/tests/results-doc/test_namespace/00_8calculation_information.sh
index d3e25b4..41967c3 100644
--- a/tests/results-doc/test_namespace/00_8calculation_information.sh
+++ b/tests/results-doc/test_namespace/00_8calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_8calculation_namespace.sh b/tests/results-doc/test_namespace/00_8calculation_namespace.sh
index f5ed0c8..dc77ff2 100644
--- a/tests/results-doc/test_namespace/00_8calculation_namespace.sh
+++ b/tests/results-doc/test_namespace/00_8calculation_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_8calculation_param_namespace.sh b/tests/results-doc/test_namespace/00_8calculation_param_namespace.sh
index 9dacb16..eb8bc25 100644
--- a/tests/results-doc/test_namespace/00_8calculation_param_namespace.sh
+++ b/tests/results-doc/test_namespace/00_8calculation_param_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_8test.sh b/tests/results-doc/test_namespace/00_8test.sh
index a1bbbb0..802b125 100644
--- a/tests/results-doc/test_namespace/00_8test.sh
+++ b/tests/results-doc/test_namespace/00_8test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -78,7 +78,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9choice_variable_multi.sh b/tests/results-doc/test_namespace/00_9choice_variable_multi.sh
index 8c12508..9154910 100644
--- a/tests/results-doc/test_namespace/00_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace/00_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9choice_variables.sh b/tests/results-doc/test_namespace/00_9choice_variables.sh
index ed891dc..9131043 100644
--- a/tests/results-doc/test_namespace/00_9choice_variables.sh
+++ b/tests/results-doc/test_namespace/00_9choice_variables.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation.sh b/tests/results-doc/test_namespace/00_9default_calculation.sh
index 21f6c3d..ab0745a 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation_information.sh b/tests/results-doc/test_namespace/00_9default_calculation_information.sh
index f491f95..bee4592 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation_information.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation_information_other_variable.sh b/tests/results-doc/test_namespace/00_9default_calculation_information_other_variable.sh
index 3b700a2..6c104c8 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation_information_other_variable.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation_multi_optional.sh b/tests/results-doc/test_namespace/00_9default_calculation_multi_optional.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation_multi_optional.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation_multi_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation_multi_optional2.sh b/tests/results-doc/test_namespace/00_9default_calculation_multi_optional2.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation_multi_optional2.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation_multi_optional2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation_multi_optional_default.sh b/tests/results-doc/test_namespace/00_9default_calculation_multi_optional_default.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation_multi_optional_default.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation_multi_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation_optional.sh b/tests/results-doc/test_namespace/00_9default_calculation_optional.sh
index 8dead24..e467ea4 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation_optional.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation_optional_exists.sh b/tests/results-doc/test_namespace/00_9default_calculation_optional_exists.sh
index b085e0f..f3bad31 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation_optional_exists.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation_optional_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_calculation_param_optional.sh b/tests/results-doc/test_namespace/00_9default_calculation_param_optional.sh
index db53321..ebf4ee3 100644
--- a/tests/results-doc/test_namespace/00_9default_calculation_param_optional.sh
+++ b/tests/results-doc/test_namespace/00_9default_calculation_param_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_information_other_variable.sh b/tests/results-doc/test_namespace/00_9default_information_other_variable.sh
index 7b1ef1c..52a212c 100644
--- a/tests/results-doc/test_namespace/00_9default_information_other_variable.sh
+++ b/tests/results-doc/test_namespace/00_9default_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_information_other_variable2.sh b/tests/results-doc/test_namespace/00_9default_information_other_variable2.sh
index 7b1ef1c..52a212c 100644
--- a/tests/results-doc/test_namespace/00_9default_information_other_variable2.sh
+++ b/tests/results-doc/test_namespace/00_9default_information_other_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_integer.sh b/tests/results-doc/test_namespace/00_9default_integer.sh
index ef19450..ce82dbe 100644
--- a/tests/results-doc/test_namespace/00_9default_integer.sh
+++ b/tests/results-doc/test_namespace/00_9default_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/00_9default_number.sh b/tests/results-doc/test_namespace/00_9default_number.sh
index ef19450..ce82dbe 100644
--- a/tests/results-doc/test_namespace/00_9default_number.sh
+++ b/tests/results-doc/test_namespace/00_9default_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_6boolean_multi.sh b/tests/results-doc/test_namespace/01_6boolean_multi.sh
index a42f7b7..8583f51 100644
--- a/tests/results-doc/test_namespace/01_6boolean_multi.sh
+++ b/tests/results-doc/test_namespace/01_6boolean_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_6custom_multi.sh b/tests/results-doc/test_namespace/01_6custom_multi.sh
index 1ffcfaf..1640e4f 100644
--- a/tests/results-doc/test_namespace/01_6custom_multi.sh
+++ b/tests/results-doc/test_namespace/01_6custom_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_6float_multi.sh b/tests/results-doc/test_namespace/01_6float_multi.sh
index 8d81712..1d4135d 100644
--- a/tests/results-doc/test_namespace/01_6float_multi.sh
+++ b/tests/results-doc/test_namespace/01_6float_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_6integer_multi.sh b/tests/results-doc/test_namespace/01_6integer_multi.sh
index ab45dfe..feb8409 100644
--- a/tests/results-doc/test_namespace/01_6integer_multi.sh
+++ b/tests/results-doc/test_namespace/01_6integer_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_6integer_multi_mandatory.sh b/tests/results-doc/test_namespace/01_6integer_multi_mandatory.sh
index 4f5c734..3f2fcfe 100644
--- a/tests/results-doc/test_namespace/01_6integer_multi_mandatory.sh
+++ b/tests/results-doc/test_namespace/01_6integer_multi_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_6string_empty.sh b/tests/results-doc/test_namespace/01_6string_empty.sh
index 4f812e9..f908c9b 100644
--- a/tests/results-doc/test_namespace/01_6string_empty.sh
+++ b/tests/results-doc/test_namespace/01_6string_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_6string_multi.sh b/tests/results-doc/test_namespace/01_6string_multi.sh
index 47f88e6..9c64caa 100644
--- a/tests/results-doc/test_namespace/01_6string_multi.sh
+++ b/tests/results-doc/test_namespace/01_6string_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -83,7 +83,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_6string_multi_length.sh b/tests/results-doc/test_namespace/01_6string_multi_length.sh
index 05fcfb0..6ddcd73 100644
--- a/tests/results-doc/test_namespace/01_6string_multi_length.sh
+++ b/tests/results-doc/test_namespace/01_6string_multi_length.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_7value_multi_doublequote.sh b/tests/results-doc/test_namespace/01_7value_multi_doublequote.sh
index 5f44260..1b19942 100644
--- a/tests/results-doc/test_namespace/01_7value_multi_doublequote.sh
+++ b/tests/results-doc/test_namespace/01_7value_multi_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_7value_multi_doublequote2.sh b/tests/results-doc/test_namespace/01_7value_multi_doublequote2.sh
index e47cbb1..342df38 100644
--- a/tests/results-doc/test_namespace/01_7value_multi_doublequote2.sh
+++ b/tests/results-doc/test_namespace/01_7value_multi_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_7value_multi_quote.sh b/tests/results-doc/test_namespace/01_7value_multi_quote.sh
index cb2d5eb..a66c201 100644
--- a/tests/results-doc/test_namespace/01_7value_multi_quote.sh
+++ b/tests/results-doc/test_namespace/01_7value_multi_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_8calculation_information_multi.sh b/tests/results-doc/test_namespace/01_8calculation_information_multi.sh
index 87dd3e1..a08709c 100644
--- a/tests/results-doc/test_namespace/01_8calculation_information_multi.sh
+++ b/tests/results-doc/test_namespace/01_8calculation_information_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_9choice_variable_multi.sh b/tests/results-doc/test_namespace/01_9choice_variable_multi.sh
index 8433242..25960da 100644
--- a/tests/results-doc/test_namespace/01_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace/01_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/01_9choice_variable_optional.sh b/tests/results-doc/test_namespace/01_9choice_variable_optional.sh
index 8447f4e..c70188b 100644
--- a/tests/results-doc/test_namespace/01_9choice_variable_optional.sh
+++ b/tests/results-doc/test_namespace/01_9choice_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/02_0tags.sh b/tests/results-doc/test_namespace/02_0tags.sh
index b4f4fc1..dacfd07 100644
--- a/tests/results-doc/test_namespace/02_0tags.sh
+++ b/tests/results-doc/test_namespace/02_0tags.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_0type_param.sh b/tests/results-doc/test_namespace/04_0type_param.sh
index a08be83..4bd0a6a 100644
--- a/tests/results-doc/test_namespace/04_0type_param.sh
+++ b/tests/results-doc/test_namespace/04_0type_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_0type_param_integer.sh b/tests/results-doc/test_namespace/04_0type_param_integer.sh
index 635ccff..7ba5199 100644
--- a/tests/results-doc/test_namespace/04_0type_param_integer.sh
+++ b/tests/results-doc/test_namespace/04_0type_param_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1auto_save.sh b/tests/results-doc/test_namespace/04_1auto_save.sh
index 7b9274e..9665c7a 100644
--- a/tests/results-doc/test_namespace/04_1auto_save.sh
+++ b/tests/results-doc/test_namespace/04_1auto_save.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1auto_save_and_calculated.sh b/tests/results-doc/test_namespace/04_1auto_save_and_calculated.sh
index 54a60a1..4668eda 100644
--- a/tests/results-doc/test_namespace/04_1auto_save_and_calculated.sh
+++ b/tests/results-doc/test_namespace/04_1auto_save_and_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1auto_save_and_calculated_hidden.sh b/tests/results-doc/test_namespace/04_1auto_save_and_calculated_hidden.sh
index e2751ab..2312047 100644
--- a/tests/results-doc/test_namespace/04_1auto_save_and_calculated_hidden.sh
+++ b/tests/results-doc/test_namespace/04_1auto_save_and_calculated_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1auto_save_and_hidden.sh b/tests/results-doc/test_namespace/04_1auto_save_and_hidden.sh
index aeb8ecb..52120d1 100644
--- a/tests/results-doc/test_namespace/04_1auto_save_and_hidden.sh
+++ b/tests/results-doc/test_namespace/04_1auto_save_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -50,9 +50,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1default_calculation_hidden.sh b/tests/results-doc/test_namespace/04_1default_calculation_hidden.sh
index 13930ad..23f4447 100644
--- a/tests/results-doc/test_namespace/04_1default_calculation_hidden.sh
+++ b/tests/results-doc/test_namespace/04_1default_calculation_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,9 +49,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1default_calculation_hidden_2.sh b/tests/results-doc/test_namespace/04_1default_calculation_hidden_2.sh
index 85aa35a..d9742d3 100644
--- a/tests/results-doc/test_namespace/04_1default_calculation_hidden_2.sh
+++ b/tests/results-doc/test_namespace/04_1default_calculation_hidden_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1default_calculation_hidden_3.sh b/tests/results-doc/test_namespace/04_1default_calculation_hidden_3.sh
index dbed199..11a1189 100644
--- a/tests/results-doc/test_namespace/04_1default_calculation_hidden_3.sh
+++ b/tests/results-doc/test_namespace/04_1default_calculation_hidden_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,9 +63,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1default_calculation_hidden_4.sh b/tests/results-doc/test_namespace/04_1default_calculation_hidden_4.sh
index ad34683..9f90672 100644
--- a/tests/results-doc/test_namespace/04_1default_calculation_hidden_4.sh
+++ b/tests/results-doc/test_namespace/04_1default_calculation_hidden_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,7 +63,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1default_calculation_hidden_5.sh b/tests/results-doc/test_namespace/04_1default_calculation_hidden_5.sh
index b83e7b0..91c9e45 100644
--- a/tests/results-doc/test_namespace/04_1default_calculation_hidden_5.sh
+++ b/tests/results-doc/test_namespace/04_1default_calculation_hidden_5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,9 +66,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1default_calculation_hidden_6.sh b/tests/results-doc/test_namespace/04_1default_calculation_hidden_6.sh
index c1b1033..c57cb4f 100644
--- a/tests/results-doc/test_namespace/04_1default_calculation_hidden_6.sh
+++ b/tests/results-doc/test_namespace/04_1default_calculation_hidden_6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,7 +66,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_1jinja_and_hidden.sh b/tests/results-doc/test_namespace/04_1jinja_and_hidden.sh
index 8d4167d..d66847c 100644
--- a/tests/results-doc/test_namespace/04_1jinja_and_hidden.sh
+++ b/tests/results-doc/test_namespace/04_1jinja_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -60,9 +60,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation.sh b/tests/results-doc/test_namespace/04_5disabled_calculation.sh
index b9c7ced..67f983f 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_boolean.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_boolean.sh
index ac53823..1c926db 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_boolean.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_default.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_default.sh
index 74fa43d..c644362 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_default.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_multi.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_multi.sh
index 632affa..30471a8 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_multi.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_optional.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_optional.sh
index dffdf34..35d6a09 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_optional.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,9 +66,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_optional_default.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_optional_default.sh
index 325415a..e987d84 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_optional_default.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -75,9 +75,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable.sh
index 0f0bb2c..ced27f9 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable10.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable10.sh
index 85a61b6..cc84178 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable10.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable10.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable2.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable2.sh
index 85a61b6..cc84178 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable2.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable3.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable3.sh
index a4d6af4..abb54ab 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable3.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable4.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable4.sh
index bee9797..4e5b483 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable4.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable5.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable5.sh
index 402f7db..5fc542f 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable5.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,7 +59,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable6.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable6.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable6.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable7.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable7.sh
index 0f0bb2c..ced27f9 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable7.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable7.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable8.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable8.sh
index 1f187a9..85307c3 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable8.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable8.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,9 +59,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable9.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable9.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable9.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable9.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_multi.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_multi.sh
index fc505cb..012dabf 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_multi.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive.sh
index ce1cb48..c4bc0e2 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,9 +54,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_2.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_2.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_2.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_3.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_3.sh
index 55973a8..3cccffb 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_3.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_4.sh b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_4.sh
index 316c2bd..32c7e2e 100644
--- a/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_4.sh
+++ b/tests/results-doc/test_namespace/04_5disabled_calculation_variable_transitive_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5hidden_calculation.sh b/tests/results-doc/test_namespace/04_5hidden_calculation.sh
index 4df2234..13ff106 100644
--- a/tests/results-doc/test_namespace/04_5hidden_calculation.sh
+++ b/tests/results-doc/test_namespace/04_5hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5hidden_calculation2.sh b/tests/results-doc/test_namespace/04_5hidden_calculation2.sh
index 3eb082d..b684256 100644
--- a/tests/results-doc/test_namespace/04_5hidden_calculation2.sh
+++ b/tests/results-doc/test_namespace/04_5hidden_calculation2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -62,9 +62,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5hidden_calculation_default_calculation.sh b/tests/results-doc/test_namespace/04_5hidden_calculation_default_calculation.sh
index 210e13f..1c7af3a 100644
--- a/tests/results-doc/test_namespace/04_5hidden_calculation_default_calculation.sh
+++ b/tests/results-doc/test_namespace/04_5hidden_calculation_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5validators.sh b/tests/results-doc/test_namespace/04_5validators.sh
index 0c084f2..12c3efd 100644
--- a/tests/results-doc/test_namespace/04_5validators.sh
+++ b/tests/results-doc/test_namespace/04_5validators.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5validators_differ.sh b/tests/results-doc/test_namespace/04_5validators_differ.sh
index 4047ed9..d572fda 100644
--- a/tests/results-doc/test_namespace/04_5validators_differ.sh
+++ b/tests/results-doc/test_namespace/04_5validators_differ.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5validators_multi.sh b/tests/results-doc/test_namespace/04_5validators_multi.sh
index f39fb7a..5fa1902 100644
--- a/tests/results-doc/test_namespace/04_5validators_multi.sh
+++ b/tests/results-doc/test_namespace/04_5validators_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5validators_multi2.sh b/tests/results-doc/test_namespace/04_5validators_multi2.sh
index 05567e9..ea4d9c9 100644
--- a/tests/results-doc/test_namespace/04_5validators_multi2.sh
+++ b/tests/results-doc/test_namespace/04_5validators_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5validators_multi3.sh b/tests/results-doc/test_namespace/04_5validators_multi3.sh
index c0cba07..13a0f6a 100644
--- a/tests/results-doc/test_namespace/04_5validators_multi3.sh
+++ b/tests/results-doc/test_namespace/04_5validators_multi3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5validators_warnings.sh b/tests/results-doc/test_namespace/04_5validators_warnings.sh
index aeb771f..296cf7a 100644
--- a/tests/results-doc/test_namespace/04_5validators_warnings.sh
+++ b/tests/results-doc/test_namespace/04_5validators_warnings.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/04_5validators_warnings_all.sh b/tests/results-doc/test_namespace/04_5validators_warnings_all.sh
index 775d2d5..4cac2f3 100644
--- a/tests/results-doc/test_namespace/04_5validators_warnings_all.sh
+++ b/tests/results-doc/test_namespace/04_5validators_warnings_all.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/05_0multi_not_uniq.sh b/tests/results-doc/test_namespace/05_0multi_not_uniq.sh
index 33ae9e8..9a4f91a 100644
--- a/tests/results-doc/test_namespace/05_0multi_not_uniq.sh
+++ b/tests/results-doc/test_namespace/05_0multi_not_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/05_0multi_uniq.sh b/tests/results-doc/test_namespace/05_0multi_uniq.sh
index fa51a7a..11b5712 100644
--- a/tests/results-doc/test_namespace/05_0multi_uniq.sh
+++ b/tests/results-doc/test_namespace/05_0multi_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/12_1auto_save_expert.sh b/tests/results-doc/test_namespace/12_1auto_save_expert.sh
index f31d8f1..c1eb70e 100644
--- a/tests/results-doc/test_namespace/12_1auto_save_expert.sh
+++ b/tests/results-doc/test_namespace/12_1auto_save_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_0redefine_description.sh b/tests/results-doc/test_namespace/16_0redefine_description.sh
index bdb188f..3dce4ab 100644
--- a/tests/results-doc/test_namespace/16_0redefine_description.sh
+++ b/tests/results-doc/test_namespace/16_0redefine_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefined[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_2family_redefine_calculation.sh b/tests/results-doc/test_namespace/16_2family_redefine_calculation.sh
index 02b1d0a..b9b1bb7 100644
--- a/tests/results-doc/test_namespace/16_2family_redefine_calculation.sh
+++ b/tests/results-doc/test_namespace/16_2family_redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_2family_redefine_disabled.sh b/tests/results-doc/test_namespace/16_2family_redefine_disabled.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace/16_2family_redefine_disabled.sh
+++ b/tests/results-doc/test_namespace/16_2family_redefine_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_3family_empty_at_ends.sh b/tests/results-doc/test_namespace/16_3family_empty_at_ends.sh
index 15175f3..5584dc4 100644
--- a/tests/results-doc/test_namespace/16_3family_empty_at_ends.sh
+++ b/tests/results-doc/test_namespace/16_3family_empty_at_ends.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5exists_nonexists.sh b/tests/results-doc/test_namespace/16_5exists_nonexists.sh
index ae4d5b0..fb12ae9 100644
--- a/tests/results-doc/test_namespace/16_5exists_nonexists.sh
+++ b/tests/results-doc/test_namespace/16_5exists_nonexists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5exists_redefine.sh b/tests/results-doc/test_namespace/16_5exists_redefine.sh
index 4eacd11..19eb268 100644
--- a/tests/results-doc/test_namespace/16_5exists_redefine.sh
+++ b/tests/results-doc/test_namespace/16_5exists_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_calculation.sh b/tests/results-doc/test_namespace/16_5redefine_calculation.sh
index 81f5165..666a591 100644
--- a/tests/results-doc/test_namespace/16_5redefine_calculation.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_choice.sh b/tests/results-doc/test_namespace/16_5redefine_choice.sh
index 89c401a..91363e8 100644
--- a/tests/results-doc/test_namespace/16_5redefine_choice.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_default.sh b/tests/results-doc/test_namespace/16_5redefine_default.sh
index 01f00d2..1947e0a 100644
--- a/tests/results-doc/test_namespace/16_5redefine_default.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_default_calculation.sh b/tests/results-doc/test_namespace/16_5redefine_default_calculation.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace/16_5redefine_default_calculation.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_family.sh b/tests/results-doc/test_namespace/16_5redefine_family.sh
index 6918ad8..c16b345 100644
--- a/tests/results-doc/test_namespace/16_5redefine_family.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# New description[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_help.sh b/tests/results-doc/test_namespace/16_5redefine_help.sh
index 5e9b922..31e7010 100644
--- a/tests/results-doc/test_namespace/16_5redefine_help.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefine help[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_hidden.sh b/tests/results-doc/test_namespace/16_5redefine_hidden.sh
index d4221f8..a0e31a9 100644
--- a/tests/results-doc/test_namespace/16_5redefine_hidden.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_multi.sh b/tests/results-doc/test_namespace/16_5redefine_multi.sh
index fa51a7a..11b5712 100644
--- a/tests/results-doc/test_namespace/16_5redefine_multi.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5redefine_remove_disable_calculation.sh b/tests/results-doc/test_namespace/16_5redefine_remove_disable_calculation.sh
index 6079f05..50a7283 100644
--- a/tests/results-doc/test_namespace/16_5redefine_remove_disable_calculation.sh
+++ b/tests/results-doc/test_namespace/16_5redefine_remove_disable_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_5test_redefine.sh b/tests/results-doc/test_namespace/16_5test_redefine.sh
index 604163b..9682eb7 100644
--- a/tests/results-doc/test_namespace/16_5test_redefine.sh
+++ b/tests/results-doc/test_namespace/16_5test_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_6choice_redefine.sh b/tests/results-doc/test_namespace/16_6choice_redefine.sh
index b902a41..b17d1af 100644
--- a/tests/results-doc/test_namespace/16_6choice_redefine.sh
+++ b/tests/results-doc/test_namespace/16_6choice_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16_6exists_family.sh b/tests/results-doc/test_namespace/16_6exists_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace/16_6exists_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace/16_6exists_redefine_family.sh b/tests/results-doc/test_namespace/16_6exists_redefine_family.sh
index 437dbae..6b1878c 100644
--- a/tests/results-doc/test_namespace/16_6exists_redefine_family.sh
+++ b/tests/results-doc/test_namespace/16_6exists_redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/16exists_exists.sh b/tests/results-doc/test_namespace/16exists_exists.sh
index ee4a73e..b50a7e5 100644
--- a/tests/results-doc/test_namespace/16exists_exists.sh
+++ b/tests/results-doc/test_namespace/16exists_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Description[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/17_5redefine_leadership.sh b/tests/results-doc/test_namespace/17_5redefine_leadership.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace/17_5redefine_leadership.sh
+++ b/tests/results-doc/test_namespace/17_5redefine_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_0empty_family.sh b/tests/results-doc/test_namespace/20_0empty_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace/20_0empty_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace/20_0family_append.sh b/tests/results-doc/test_namespace/20_0family_append.sh
index e5a69a9..af53ca2 100644
--- a/tests/results-doc/test_namespace/20_0family_append.sh
+++ b/tests/results-doc/test_namespace/20_0family_append.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_0family_underscore.sh b/tests/results-doc/test_namespace/20_0family_underscore.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace/20_0family_underscore.sh
+++ b/tests/results-doc/test_namespace/20_0family_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_0multi_family.sh b/tests/results-doc/test_namespace/20_0multi_family.sh
index d8e1dd1..c89fd43 100644
--- a/tests/results-doc/test_namespace/20_0multi_family.sh
+++ b/tests/results-doc/test_namespace/20_0multi_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_0multi_family_basic.sh b/tests/results-doc/test_namespace/20_0multi_family_basic.sh
index da8c3df..68ec6c6 100644
--- a/tests/results-doc/test_namespace/20_0multi_family_basic.sh
+++ b/tests/results-doc/test_namespace/20_0multi_family_basic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_0multi_family_expert.sh b/tests/results-doc/test_namespace/20_0multi_family_expert.sh
index 02a2ef7..36e7470 100644
--- a/tests/results-doc/test_namespace/20_0multi_family_expert.sh
+++ b/tests/results-doc/test_namespace/20_0multi_family_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_0multi_family_order.sh b/tests/results-doc/test_namespace/20_0multi_family_order.sh
index 4b0cee8..3307553 100644
--- a/tests/results-doc/test_namespace/20_0multi_family_order.sh
+++ b/tests/results-doc/test_namespace/20_0multi_family_order.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_0validators_differ_redefine.sh b/tests/results-doc/test_namespace/20_0validators_differ_redefine.sh
index 8decbf3..0c464c9 100644
--- a/tests/results-doc/test_namespace/20_0validators_differ_redefine.sh
+++ b/tests/results-doc/test_namespace/20_0validators_differ_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_1empty_subfamily.sh b/tests/results-doc/test_namespace/20_1empty_subfamily.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace/20_1empty_subfamily.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace/20_2family_looks_like_dynamic.sh b/tests/results-doc/test_namespace/20_2family_looks_like_dynamic.sh
index c2504da..670d88f 100644
--- a/tests/results-doc/test_namespace/20_2family_looks_like_dynamic.sh
+++ b/tests/results-doc/test_namespace/20_2family_looks_like_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,9 +46,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_2family_looks_like_variable.sh b/tests/results-doc/test_namespace/20_2family_looks_like_variable.sh
index 4667d8a..adceb97 100644
--- a/tests/results-doc/test_namespace/20_2family_looks_like_variable.sh
+++ b/tests/results-doc/test_namespace/20_2family_looks_like_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_7help_family.sh b/tests/results-doc/test_namespace/20_7help_family.sh
index be5f118..968280f 100644
--- a/tests/results-doc/test_namespace/20_7help_family.sh
+++ b/tests/results-doc/test_namespace/20_7help_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/20_9default_information_parent.sh b/tests/results-doc/test_namespace/20_9default_information_parent.sh
index 76220a5..fb55445 100644
--- a/tests/results-doc/test_namespace/20_9default_information_parent.sh
+++ b/tests/results-doc/test_namespace/20_9default_information_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_0family_hidden_condition.sh b/tests/results-doc/test_namespace/24_0family_hidden_condition.sh
index 531dfef..e9e204c 100644
--- a/tests/results-doc/test_namespace/24_0family_hidden_condition.sh
+++ b/tests/results-doc/test_namespace/24_0family_hidden_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Possibly hidden family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_0family_hidden_condition_boolean.sh b/tests/results-doc/test_namespace/24_0family_hidden_condition_boolean.sh
index df2fbae..61f2d18 100644
--- a/tests/results-doc/test_namespace/24_0family_hidden_condition_boolean.sh
+++ b/tests/results-doc/test_namespace/24_0family_hidden_condition_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -64,9 +64,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_0family_hidden_condition_sub_family.sh b/tests/results-doc/test_namespace/24_0family_hidden_condition_sub_family.sh
index bdae593..e6ccefe 100644
--- a/tests/results-doc/test_namespace/24_0family_hidden_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace/24_0family_hidden_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_0family_hidden_condition_variable_sub_family.sh b/tests/results-doc/test_namespace/24_0family_hidden_condition_variable_sub_family.sh
index a9e34a3..b5d9a39 100644
--- a/tests/results-doc/test_namespace/24_0family_hidden_condition_variable_sub_family.sh
+++ b/tests/results-doc/test_namespace/24_0family_hidden_condition_variable_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -74,9 +74,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_0family_hidden_condition_with_variable.sh b/tests/results-doc/test_namespace/24_0family_hidden_condition_with_variable.sh
index 1aa8d62..62f15a8 100644
--- a/tests/results-doc/test_namespace/24_0family_hidden_condition_with_variable.sh
+++ b/tests/results-doc/test_namespace/24_0family_hidden_condition_with_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -73,9 +73,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_0family_hidden_param_condition_sub_family.sh b/tests/results-doc/test_namespace/24_0family_hidden_param_condition_sub_family.sh
index 9e30c9b..b875087 100644
--- a/tests/results-doc/test_namespace/24_0family_hidden_param_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace/24_0family_hidden_param_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msub_family[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A subfamily[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_0family_mandatory_condition.sh b/tests/results-doc/test_namespace/24_0family_mandatory_condition.sh
index eab31f4..98a9829 100644
--- a/tests/results-doc/test_namespace/24_0family_mandatory_condition.sh
+++ b/tests/results-doc/test_namespace/24_0family_mandatory_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_0family_mandatory_condition_variable.sh b/tests/results-doc/test_namespace/24_0family_mandatory_condition_variable.sh
index 9951b2e..e52591b 100644
--- a/tests/results-doc/test_namespace/24_0family_mandatory_condition_variable.sh
+++ b/tests/results-doc/test_namespace/24_0family_mandatory_condition_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_7validators_variable_optional.sh b/tests/results-doc/test_namespace/24_7validators_variable_optional.sh
index 6c10441..bb984c4 100644
--- a/tests/results-doc/test_namespace/24_7validators_variable_optional.sh
+++ b/tests/results-doc/test_namespace/24_7validators_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mgeneral[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m5[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/24_family_disabled_var_hidden.sh b/tests/results-doc/test_namespace/24_family_disabled_var_hidden.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace/24_family_disabled_var_hidden.sh
+++ b/tests/results-doc/test_namespace/24_family_disabled_var_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership.sh b/tests/results-doc/test_namespace/40_0leadership.sh
index ac5e8b2..c9ece6f 100644
--- a/tests/results-doc/test_namespace/40_0leadership.sh
+++ b/tests/results-doc/test_namespace/40_0leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership_diff_name.sh b/tests/results-doc/test_namespace/40_0leadership_diff_name.sh
index d27d420..b686d01 100644
--- a/tests/results-doc/test_namespace/40_0leadership_diff_name.sh
+++ b/tests/results-doc/test_namespace/40_0leadership_diff_name.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership_empty.sh b/tests/results-doc/test_namespace/40_0leadership_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace/40_0leadership_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace/40_0leadership_follower_default_calculation.sh b/tests/results-doc/test_namespace/40_0leadership_follower_default_calculation.sh
index 761792b..3f0aff4 100644
--- a/tests/results-doc/test_namespace/40_0leadership_follower_default_calculation.sh
+++ b/tests/results-doc/test_namespace/40_0leadership_follower_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership_follower_default_submulti.sh b/tests/results-doc/test_namespace/40_0leadership_follower_default_submulti.sh
index 0df0c03..05c917b 100644
--- a/tests/results-doc/test_namespace/40_0leadership_follower_default_submulti.sh
+++ b/tests/results-doc/test_namespace/40_0leadership_follower_default_submulti.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership_follower_default_submulti_calculation.sh b/tests/results-doc/test_namespace/40_0leadership_follower_default_submulti_calculation.sh
index 8c78f11..e3bc93d 100644
--- a/tests/results-doc/test_namespace/40_0leadership_follower_default_submulti_calculation.sh
+++ b/tests/results-doc/test_namespace/40_0leadership_follower_default_submulti_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership_follower_default_value.sh b/tests/results-doc/test_namespace/40_0leadership_follower_default_value.sh
index e630684..f6b4121 100644
--- a/tests/results-doc/test_namespace/40_0leadership_follower_default_value.sh
+++ b/tests/results-doc/test_namespace/40_0leadership_follower_default_value.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership_leader_follower.sh b/tests/results-doc/test_namespace/40_0leadership_leader_follower.sh
index b8340e5..1ca20ae 100644
--- a/tests/results-doc/test_namespace/40_0leadership_leader_follower.sh
+++ b/tests/results-doc/test_namespace/40_0leadership_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership_leader_not_multi.sh b/tests/results-doc/test_namespace/40_0leadership_leader_not_multi.sh
index 980d143..a3f7785 100644
--- a/tests/results-doc/test_namespace/40_0leadership_leader_not_multi.sh
+++ b/tests/results-doc/test_namespace/40_0leadership_leader_not_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_0leadership_reduce.sh b/tests/results-doc/test_namespace/40_0leadership_reduce.sh
index 50ef2b1..33cd51a 100644
--- a/tests/results-doc/test_namespace/40_0leadership_reduce.sh
+++ b/tests/results-doc/test_namespace/40_0leadership_reduce.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_1leadership_append_follower.sh b/tests/results-doc/test_namespace/40_1leadership_append_follower.sh
index 5ea2dcf..c5829e7 100644
--- a/tests/results-doc/test_namespace/40_1leadership_append_follower.sh
+++ b/tests/results-doc/test_namespace/40_1leadership_append_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower3[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_2leadership_calculation_index.sh b/tests/results-doc/test_namespace/40_2leadership_calculation_index.sh
index 7f57fb5..ad0d9f1 100644
--- a/tests/results-doc/test_namespace/40_2leadership_calculation_index.sh
+++ b/tests/results-doc/test_namespace/40_2leadership_calculation_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_2leadership_calculation_index_2.sh b/tests/results-doc/test_namespace/40_2leadership_calculation_index_2.sh
index 7f57fb5..ad0d9f1 100644
--- a/tests/results-doc/test_namespace/40_2leadership_calculation_index_2.sh
+++ b/tests/results-doc/test_namespace/40_2leadership_calculation_index_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_2leadership_calculation_param_index.sh b/tests/results-doc/test_namespace/40_2leadership_calculation_param_index.sh
index 49c4dce..b9b6742 100644
--- a/tests/results-doc/test_namespace/40_2leadership_calculation_param_index.sh
+++ b/tests/results-doc/test_namespace/40_2leadership_calculation_param_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_2leadership_leader_calculation.sh b/tests/results-doc/test_namespace/40_2leadership_leader_calculation.sh
index a16b4d1..1cfa05d 100644
--- a/tests/results-doc/test_namespace/40_2leadership_leader_calculation.sh
+++ b/tests/results-doc/test_namespace/40_2leadership_leader_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_6leadership_follower_multi.sh b/tests/results-doc/test_namespace/40_6leadership_follower_multi.sh
index deef2bf..ccb27d8 100644
--- a/tests/results-doc/test_namespace/40_6leadership_follower_multi.sh
+++ b/tests/results-doc/test_namespace/40_6leadership_follower_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -75,7 +75,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_6leadership_follower_multi_no_mandatory.sh b/tests/results-doc/test_namespace/40_6leadership_follower_multi_no_mandatory.sh
index 7ed0b22..f96b09f 100644
--- a/tests/results-doc/test_namespace/40_6leadership_follower_multi_no_mandatory.sh
+++ b/tests/results-doc/test_namespace/40_6leadership_follower_multi_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_8calculation_boolean.sh b/tests/results-doc/test_namespace/40_8calculation_boolean.sh
index 1e96b81..2356def 100644
--- a/tests/results-doc/test_namespace/40_8calculation_boolean.sh
+++ b/tests/results-doc/test_namespace/40_8calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_8calculation_boolean_return_none.sh b/tests/results-doc/test_namespace/40_8calculation_boolean_return_none.sh
index 8031d13..c209504 100644
--- a/tests/results-doc/test_namespace/40_8calculation_boolean_return_none.sh
+++ b/tests/results-doc/test_namespace/40_8calculation_boolean_return_none.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_8calculation_integer.sh b/tests/results-doc/test_namespace/40_8calculation_integer.sh
index 0238874..b44262b 100644
--- a/tests/results-doc/test_namespace/40_8calculation_integer.sh
+++ b/tests/results-doc/test_namespace/40_8calculation_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_8calculation_multi_variable.sh b/tests/results-doc/test_namespace/40_8calculation_multi_variable.sh
index 0b68b3b..58aaceb 100644
--- a/tests/results-doc/test_namespace/40_8calculation_multi_variable.sh
+++ b/tests/results-doc/test_namespace/40_8calculation_multi_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,9 +53,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_8calculation_multi_variable_parent.sh b/tests/results-doc/test_namespace/40_8calculation_multi_variable_parent.sh
index ca71715..7867371 100644
--- a/tests/results-doc/test_namespace/40_8calculation_multi_variable_parent.sh
+++ b/tests/results-doc/test_namespace/40_8calculation_multi_variable_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_8calculation_multi_variable_parent2.sh b/tests/results-doc/test_namespace/40_8calculation_multi_variable_parent2.sh
index 0480d9c..2b903c5 100644
--- a/tests/results-doc/test_namespace/40_8calculation_multi_variable_parent2.sh
+++ b/tests/results-doc/test_namespace/40_8calculation_multi_variable_parent2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results-doc/test_namespace/40_9calculation_variable_leader_follower_multi_inside.sh
index 7c538c7..a3cae59 100644
--- a/tests/results-doc/test_namespace/40_9calculation_variable_leader_follower_multi_inside.sh
+++ b/tests/results-doc/test_namespace/40_9calculation_variable_leader_follower_multi_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-first.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-first.sh
index bf43c63..bf9dbb5 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-first.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-last.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-last.sh
index bf43c63..bf9dbb5 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-last.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.sh
index c8f81aa..b8263ab 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower.sh
index 6bae309..ab3cfee 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,9 +60,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader-first.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader-first.sh
index e5514a9..bb6f8dd 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader-first.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader-last.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader-last.sh
index e5514a9..bb6f8dd 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader-last.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader.sh
index e43d6a2..5bf3e0e 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-outside-leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,9 +61,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-variable.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-variable.sh
index 3b0508d..1d0687a 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-variable.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,9 +63,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-variable_leader_follower.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-variable_leader_follower.sh
index 97fffe5..9d5e018 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-variable_leader_follower.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-variable_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results-doc/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.sh
index 42323dd..a4b0d76 100644
--- a/tests/results-doc/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.sh
+++ b/tests/results-doc/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/41_0choice_leader.sh b/tests/results-doc/test_namespace/41_0choice_leader.sh
index 48fd135..15fa161 100644
--- a/tests/results-doc/test_namespace/41_0choice_leader.sh
+++ b/tests/results-doc/test_namespace/41_0choice_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_0leadership_hidden.sh b/tests/results-doc/test_namespace/44_0leadership_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace/44_0leadership_hidden.sh
+++ b/tests/results-doc/test_namespace/44_0leadership_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_0leadership_leader_hidden.sh b/tests/results-doc/test_namespace/44_0leadership_leader_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace/44_0leadership_leader_hidden.sh
+++ b/tests/results-doc/test_namespace/44_0leadership_leader_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_1leadership_append_hidden_follower.sh b/tests/results-doc/test_namespace/44_1leadership_append_hidden_follower.sh
index a2f9498..f39afdc 100644
--- a/tests/results-doc/test_namespace/44_1leadership_append_hidden_follower.sh
+++ b/tests/results-doc/test_namespace/44_1leadership_append_hidden_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_4disabled_calcultion_follower.sh b/tests/results-doc/test_namespace/44_4disabled_calcultion_follower.sh
index 93415fe..1c74928 100644
--- a/tests/results-doc/test_namespace/44_4disabled_calcultion_follower.sh
+++ b/tests/results-doc/test_namespace/44_4disabled_calcultion_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_4disabled_calcultion_follower_index.sh b/tests/results-doc/test_namespace/44_4disabled_calcultion_follower_index.sh
index cd3f2ad..6816935 100644
--- a/tests/results-doc/test_namespace/44_4disabled_calcultion_follower_index.sh
+++ b/tests/results-doc/test_namespace/44_4disabled_calcultion_follower_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_4leadership_mandatory.sh b/tests/results-doc/test_namespace/44_4leadership_mandatory.sh
index f289f29..5741e00 100644
--- a/tests/results-doc/test_namespace/44_4leadership_mandatory.sh
+++ b/tests/results-doc/test_namespace/44_4leadership_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_4leadership_mandatory_follower.sh b/tests/results-doc/test_namespace/44_4leadership_mandatory_follower.sh
index 68699cf..f9b714a 100644
--- a/tests/results-doc/test_namespace/44_4leadership_mandatory_follower.sh
+++ b/tests/results-doc/test_namespace/44_4leadership_mandatory_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,9 +46,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_5leadership_leader_hidden_calculation.sh b/tests/results-doc/test_namespace/44_5leadership_leader_hidden_calculation.sh
index adf8eb5..676a00c 100644
--- a/tests/results-doc/test_namespace/44_5leadership_leader_hidden_calculation.sh
+++ b/tests/results-doc/test_namespace/44_5leadership_leader_hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_6leadership_follower_disabled_calculation.sh b/tests/results-doc/test_namespace/44_6leadership_follower_disabled_calculation.sh
index 65ade92..4b40884 100644
--- a/tests/results-doc/test_namespace/44_6leadership_follower_disabled_calculation.sh
+++ b/tests/results-doc/test_namespace/44_6leadership_follower_disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/44_9calculated_default_leadership_leader.sh b/tests/results-doc/test_namespace/44_9calculated_default_leadership_leader.sh
index 22e2679..b9d29b1 100644
--- a/tests/results-doc/test_namespace/44_9calculated_default_leadership_leader.sh
+++ b/tests/results-doc/test_namespace/44_9calculated_default_leadership_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,9 +53,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic.sh b/tests/results-doc/test_namespace/60_0family_dynamic.sh
index c146ddc..687efe2 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_1_0.sh b/tests/results-doc/test_namespace/60_0family_dynamic_1_0.sh
index 31c266f..a1cbd73 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,9 +54,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_1_0_empty.sh b/tests/results-doc/test_namespace/60_0family_dynamic_1_0_empty.sh
index 55766c2..e21fe94 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_1_0_empty.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_1_0_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_1_0_type.sh b/tests/results-doc/test_namespace/60_0family_dynamic_1_0_type.sh
index a72113e..0a46bad 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_1_0_type.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_1_0_type.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_1_0_type_empty.sh b/tests/results-doc/test_namespace/60_0family_dynamic_1_0_type_empty.sh
index e1353f0..983b35c 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_1_0_type_empty.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_1_0_type_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_1_1.sh b/tests/results-doc/test_namespace/60_0family_dynamic_1_1.sh
index ae65210..a16ed87 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_1_1.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_1_1.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_1_1_empty.sh b/tests/results-doc/test_namespace/60_0family_dynamic_1_1_empty.sh
index 041f2ec..50f6c25 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_1_1_empty.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_1_1_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_empty.sh b/tests/results-doc/test_namespace/60_0family_dynamic_empty.sh
index fff39c7..b2411dc 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynexample[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_forbidden_char.sh b/tests/results-doc/test_namespace/60_0family_dynamic_forbidden_char.sh
index d1a3e27..be64035 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_forbidden_char.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_forbidden_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_jinja_integer_empty.sh b/tests/results-doc/test_namespace/60_0family_dynamic_jinja_integer_empty.sh
index d0a0242..c226336 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_jinja_integer_empty.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_jinja_integer_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,9 +72,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_jinja_integer_empty2.sh b/tests/results-doc/test_namespace/60_0family_dynamic_jinja_integer_empty2.sh
index fd32646..2571db7 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_jinja_integer_empty2.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_jinja_integer_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,9 +74,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_jinja_number.sh b/tests/results-doc/test_namespace/60_0family_dynamic_jinja_number.sh
index 25479d7..94c8fc6 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_jinja_number.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_jinja_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_no_description.sh b/tests/results-doc/test_namespace/60_0family_dynamic_no_description.sh
index ac0b714..3efad72 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_no_description.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_no_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_no_description_empty.sh b/tests/results-doc/test_namespace/60_0family_dynamic_no_description_empty.sh
index 8c9afaa..87ce9e7 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_no_description_empty.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_no_description_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_source_hidden.sh b/tests/results-doc/test_namespace/60_0family_dynamic_source_hidden.sh
index 17bf29b..f27eb5e 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_source_hidden.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_source_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -70,7 +70,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_static.sh b/tests/results-doc/test_namespace/60_0family_dynamic_static.sh
index 711d1b6..c457c4a 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_static.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_static.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_test.sh b/tests/results-doc/test_namespace/60_0family_dynamic_test.sh
index a7af675..0177ef8 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_test.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_upper_char.sh b/tests/results-doc/test_namespace/60_0family_dynamic_upper_char.sh
index 1701b8b..09c4d4d 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_upper_char.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_upper_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_variable_empty.sh b/tests/results-doc/test_namespace/60_0family_dynamic_variable_empty.sh
index 43ff2b7..5657048 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_variable_empty.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_variable_optional.sh b/tests/results-doc/test_namespace/60_0family_dynamic_variable_optional.sh
index 1d15045..14460c4 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_variable_optional.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_variable_suffix.sh b/tests/results-doc/test_namespace/60_0family_dynamic_variable_suffix.sh
index 3f3e96e..e0f8918 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_variable_suffix.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_variable_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,9 +57,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_dynamic_variable_suffix_empty.sh b/tests/results-doc/test_namespace/60_0family_dynamic_variable_suffix_empty.sh
index 9780fb8..5418d7e 100644
--- a/tests/results-doc/test_namespace/60_0family_dynamic_variable_suffix_empty.sh
+++ b/tests/results-doc/test_namespace/60_0family_dynamic_variable_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_empty.sh b/tests/results-doc/test_namespace/60_0family_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace/60_0family_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace/60_0family_hidden.sh b/tests/results-doc/test_namespace/60_0family_hidden.sh
index 0568fd8..3c57ab7 100644
--- a/tests/results-doc/test_namespace/60_0family_hidden.sh
+++ b/tests/results-doc/test_namespace/60_0family_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -55,9 +55,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_0family_mode.sh b/tests/results-doc/test_namespace/60_0family_mode.sh
index 1cef152..90e6b24 100644
--- a/tests/results-doc/test_namespace/60_0family_mode.sh
+++ b/tests/results-doc/test_namespace/60_0family_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_1family_dynamic_jinja.sh b/tests/results-doc/test_namespace/60_1family_dynamic_jinja.sh
index b185180..fadd27d 100644
--- a/tests/results-doc/test_namespace/60_1family_dynamic_jinja.sh
+++ b/tests/results-doc/test_namespace/60_1family_dynamic_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group.sh
index 298e1dd..772f83e 100644
--- a/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group.sh
+++ b/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh
index 016599c..189b62c 100644
--- a/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh
+++ b/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -62,7 +62,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -75,9 +75,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
index 2067377..2a1af74 100644
--- a/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
+++ b/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -64,7 +64,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -77,9 +77,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.sh
index ad4f455..509d53c 100644
--- a/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.sh
+++ b/tests/results-doc/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_2family_dynamic_outside_calc.sh b/tests/results-doc/test_namespace/60_2family_dynamic_outside_calc.sh
index 30673d7..82134ed 100644
--- a/tests/results-doc/test_namespace/60_2family_dynamic_outside_calc.sh
+++ b/tests/results-doc/test_namespace/60_2family_dynamic_outside_calc.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,9 +63,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_2family_dynamic_outside_calc_empty.sh b/tests/results-doc/test_namespace/60_2family_dynamic_outside_calc_empty.sh
index d42b858..baa3a5f 100644
--- a/tests/results-doc/test_namespace/60_2family_dynamic_outside_calc_empty.sh
+++ b/tests/results-doc/test_namespace/60_2family_dynamic_outside_calc_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,9 +65,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc2.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc2.sh
index 3e53444..eb1a7e3 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc2.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc2_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc2_empty.sh
index 6e50c92..456e273 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc2_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_description.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_description.sh
index 42a75b3..8b778d7 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_description.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for val2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_identifier.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_identifier.sh
index bd627c1..1ef6df6 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_identifier.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -69,7 +69,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -80,7 +80,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -92,9 +92,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_identifier_multi.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_identifier_multi.sh
index 7c27a43..f440b47 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_identifier_multi.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_identifier_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -95,9 +95,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -106,7 +106,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix.sh
index 1563657..43f8b38 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix2.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix2.sh
index bf04222..d7325d1 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix2.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix2_empty.sh
index 08b9600..b2534e0 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix2_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh
index bf1061b..c7c1270 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh
index 9da2eef..c2a30ab 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled3.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled3.sh
index c7fa4f3..10df825 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled3.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_disabled3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty.sh
index da53ec8..1a6e702 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -79,7 +79,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty_2.sh
index cab4da4..4c5850e 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty_2.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty_3.sh
index 87e1399..d3d7cae 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty_3.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_empty_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -77,7 +77,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden.sh
index cb52ccd..997fa91 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,9 +82,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.sh
index a89972c..44c54da 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,9 +82,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.sh
index d83b37c..7416ba0 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -58,7 +58,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -88,9 +88,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_param.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_param.sh
index b7fb3e3..3d4ab69 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_param.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_param_empty.sh
index 49bfeb8..57c519b 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_param_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_suffix_param_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,9 +57,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable.sh
index 1563657..43f8b38 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_disabled.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_disabled.sh
index bd3ef7f..bc715b8 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_disabled.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.sh
index 8aceb06..8059b6d 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_empty.sh
index da53ec8..1a6e702 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_calc_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -79,7 +79,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_hidden_suffix.sh b/tests/results-doc/test_namespace/60_5family_dynamic_hidden_suffix.sh
index 3f630d5..ac84645 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_hidden_suffix.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_hidden_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -81,9 +81,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_unknown_suffix.sh b/tests/results-doc/test_namespace/60_5family_dynamic_unknown_suffix.sh
index 83176dc..7d4eb48 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_unknown_suffix.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_unknown_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_unknown_suffix_empty.sh
index 2c81e28..9555aaa 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_unknown_suffix_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_unknown_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,9 +87,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -98,7 +98,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside.sh
index d8b24fb..973504d 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,9 +84,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside2.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside2.sh
index 2c54b48..13b43d9 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside2.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -66,7 +66,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -79,9 +79,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside2_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside2_empty.sh
index ecb27da..e2434bb 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside2_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -68,7 +68,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -81,9 +81,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_1_0.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_1_0.sh
index d8b24fb..973504d 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_1_0.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,9 +84,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_empty.sh
index cdc2668..e290543 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -73,7 +73,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -86,9 +86,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -97,7 +97,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_jinja.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_jinja.sh
index 27990cf..8448a4a 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_jinja.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,9 +66,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.sh
index 9cbee2b..daac0bc 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,9 +68,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.sh
index 4160697..66eab16 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -85,7 +85,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -98,9 +98,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -109,7 +109,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
index 7d326b6..5584a1f 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -91,7 +91,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -104,9 +104,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -115,7 +115,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_suffix.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_suffix.sh
index c76605a..dc3f618 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_suffix.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,9 +69,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.sh
index 4a9f3d0..e9d9f63 100644
--- a/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.sh
+++ b/tests/results-doc/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,9 +73,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_inside.sh b/tests/results-doc/test_namespace/60_6family_dynamic_inside.sh
index 5896fbf..73ee7cb 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_inside.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -63,7 +63,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -76,9 +76,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_inside_empty.sh b/tests/results-doc/test_namespace/60_6family_dynamic_inside_empty.sh
index 075a095..34a2bb3 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_inside_empty.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_inside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_inside_identifier.sh b/tests/results-doc/test_namespace/60_6family_dynamic_inside_identifier.sh
index a5b3ce6..3c00b7a 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_inside_identifier.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_inside_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_leadership.sh b/tests/results-doc/test_namespace/60_6family_dynamic_leadership.sh
index 27615bf..ecf4e5a 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_leadership.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -89,7 +89,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -98,7 +98,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_leadership_empty.sh b/tests/results-doc/test_namespace/60_6family_dynamic_leadership_empty.sh
index 200616e..7115002 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_leadership_empty.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_leadership_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,7 +74,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -91,7 +91,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -100,7 +100,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic.sh b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic.sh
index b3c967d..8d57be9 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,9 +90,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_1_0.sh
index b3c967d..8d57be9 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,9 +90,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.sh
index 17c50da..4280fe1 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_empty.sh
index f9d3753..4e50b43 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -79,7 +79,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -92,9 +92,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_empty2.sh
index 5c86258..ba57316 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_empty2.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_sub_dynamic_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -85,9 +85,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_suffix_auto_multi.sh b/tests/results-doc/test_namespace/60_6family_dynamic_suffix_auto_multi.sh
index 7ce9d70..c4c1a82 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_suffix_auto_multi.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_suffix_auto_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results-doc/test_namespace/60_6family_dynamic_suffix_auto_multi2.sh
index 188ee8d..5179c03 100644
--- a/tests/results-doc/test_namespace/60_6family_dynamic_suffix_auto_multi2.sh
+++ b/tests/results-doc/test_namespace/60_6family_dynamic_suffix_auto_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_6family_subdynamic_inside.sh b/tests/results-doc/test_namespace/60_6family_subdynamic_inside.sh
index 1db833e..5d45138 100644
--- a/tests/results-doc/test_namespace/60_6family_subdynamic_inside.sh
+++ b/tests/results-doc/test_namespace/60_6family_subdynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -70,7 +70,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -112,7 +112,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -121,7 +121,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/60_9family_dynamic_calc_both.sh b/tests/results-doc/test_namespace/60_9family_dynamic_calc_both.sh
index c8ea8d9..675b4fc 100644
--- a/tests/results-doc/test_namespace/60_9family_dynamic_calc_both.sh
+++ b/tests/results-doc/test_namespace/60_9family_dynamic_calc_both.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace/68_0family_leadership_mode.sh b/tests/results-doc/test_namespace/68_0family_leadership_mode.sh
index 0d9bbd2..6d35ad6 100644
--- a/tests/results-doc/test_namespace/68_0family_leadership_mode.sh
+++ b/tests/results-doc/test_namespace/68_0family_leadership_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_0no_variable.sh b/tests/results-doc/test_namespace_mandatory/00_0no_variable.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_mandatory/00_0no_variable.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_mandatory/00_0no_variable_default_version.sh b/tests/results-doc/test_namespace_mandatory/00_0no_variable_default_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_mandatory/00_0no_variable_default_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_mandatory/00_0no_variable_remove_version.sh b/tests/results-doc/test_namespace_mandatory/00_0no_variable_remove_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_mandatory/00_0no_variable_remove_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_mandatory/00_0version_underscore.sh b/tests/results-doc/test_namespace_mandatory/00_0version_underscore.sh
index c537e15..df22455 100644
--- a/tests/results-doc/test_namespace_mandatory/00_0version_underscore.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_0version_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_1empty_variable.sh b/tests/results-doc/test_namespace_mandatory/00_1empty_variable.sh
index eec908f..91c3993 100644
--- a/tests/results-doc/test_namespace_mandatory/00_1empty_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_1empty_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -20,7 +20,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -33,7 +33,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -41,7 +41,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mempty[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_2default_calculated.sh b/tests/results-doc/test_namespace_mandatory/00_2default_calculated.sh
index 608e0cd..4456232 100644
--- a/tests/results-doc/test_namespace_mandatory/00_2default_calculated.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_2default_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_multi.sh b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_multi.sh
index d866939..5498234 100644
--- a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_params_permissive.sh b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_params_permissive.sh
index 0da6054..c1495d6 100644
--- a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_params_permissive.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_params_permissive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -71,7 +71,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -79,7 +79,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable.sh b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable.sh
index 68f77d1..3be8fe4 100644
--- a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain2.lan [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_description.sh b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_description.sh
index d133470..d30b001 100644
--- a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_description.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.sh b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.sh
index 1345d86..0ccba76 100644
--- a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_transitive.sh b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_transitive.sh
index fdfbbef..cd29f82 100644
--- a/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_transitive.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_2default_calculated_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain2.lan [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_4load_subfolder.sh b/tests/results-doc/test_namespace_mandatory/00_4load_subfolder.sh
index 9b65474..051c67e 100644
--- a/tests/results-doc/test_namespace_mandatory/00_4load_subfolder.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_4load_subfolder.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_5load_notype.sh b/tests/results-doc/test_namespace_mandatory/00_5load_notype.sh
index 8095e25..503e16a 100644
--- a/tests/results-doc/test_namespace_mandatory/00_5load_notype.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_5load_notype.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mwithout_type[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6boolean.sh b/tests/results-doc/test_namespace_mandatory/00_6boolean.sh
index 289fba8..1be98e6 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6boolean.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6boolean_no_mandatory.sh b/tests/results-doc/test_namespace_mandatory/00_6boolean_no_mandatory.sh
index 0b4a5d0..e5860db 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6boolean_no_mandatory.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6boolean_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6choice.sh b/tests/results-doc/test_namespace_mandatory/00_6choice.sh
index f934415..e9550ee 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6choice.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6choice_calculation.sh b/tests/results-doc/test_namespace_mandatory/00_6choice_calculation.sh
index b74d29a..908bfdb 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6choice_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6choice_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m0[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6choice_link.sh b/tests/results-doc/test_namespace_mandatory/00_6choice_link.sh
index 3f42381..8a7b41e 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6choice_link.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6choice_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6choice_variable.sh b/tests/results-doc/test_namespace_mandatory/00_6choice_variable.sh
index 072d9d4..377fa32 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6choice_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6choice_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6choice_variable_link.sh b/tests/results-doc/test_namespace_mandatory/00_6choice_variable_link.sh
index ee0375c..3d32e12 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6choice_variable_link.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6choice_variable_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6choice_variable_link2.sh b/tests/results-doc/test_namespace_mandatory/00_6choice_variable_link2.sh
index 07f00c2..a2b0911 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6choice_variable_link2.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6choice_variable_link2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -78,7 +78,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6custom.sh b/tests/results-doc/test_namespace_mandatory/00_6custom.sh
index f389df9..f2de410 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6custom.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6custom.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The seconf variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6domainname.sh b/tests/results-doc/test_namespace_mandatory/00_6domainname.sh
index 90f138d..a3991ba 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6domainname.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6domainname.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A domain name variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6domainname_params.sh b/tests/results-doc/test_namespace_mandatory/00_6domainname_params.sh
index 0dbce6d..a876f3b 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6domainname_params.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6domainname_params.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A domain name variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6float.sh b/tests/results-doc/test_namespace_mandatory/00_6float.sh
index 27714df..d259d9f 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6float.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6float.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6integer.sh b/tests/results-doc/test_namespace_mandatory/00_6integer.sh
index 529ec0b..999050c 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6integer.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6ip.sh b/tests/results-doc/test_namespace_mandatory/00_6ip.sh
index f992d36..979a670 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6ip.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6ip.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m192.168.1.6/24[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An IP in CIDR format[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m192.168.1.6/24[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An IP in CIDR format with obsolete CID[0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6network.sh b/tests/results-doc/test_namespace_mandatory/00_6network.sh
index 961a135..3b9b907 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6network.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6network.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m192.168.1.6/32[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An network in CIDR format[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m192.168.1.6/32[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An network in CIDR format with obsolet[0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6number.sh b/tests/results-doc/test_namespace_mandatory/00_6number.sh
index 529ec0b..999050c 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6number.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6port.sh b/tests/results-doc/test_namespace_mandatory/00_6port.sh
index f0d95b9..4ca858d 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6port.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6port.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -76,7 +76,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -89,7 +89,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -99,7 +99,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m80[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A port variable with default value[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m80[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A port variable with integer default v[0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -108,7 +108,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6regexp.sh b/tests/results-doc/test_namespace_mandatory/00_6regexp.sh
index c788447..19baa63 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6regexp.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6regexp.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m#b1b1b1[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6regexp_link.sh b/tests/results-doc/test_namespace_mandatory/00_6regexp_link.sh
index be868c7..72b12cc 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6regexp_link.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6regexp_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m#b1b1b1[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m#b2b1b1[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6secret.sh b/tests/results-doc/test_namespace_mandatory/00_6secret.sh
index c280d53..1ef1611 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6secret.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6secret.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues_len1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues_len1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6secret_param.sh b/tests/results-doc/test_namespace_mandatory/00_6secret_param.sh
index 5a1f204..1dbcd40 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6secret_param.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6secret_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_6string.sh b/tests/results-doc/test_namespace_mandatory/00_6string.sh
index ea9bb4f..82cd212 100644
--- a/tests/results-doc/test_namespace_mandatory/00_6string.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_6string.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar7[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The seventh variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar8[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The height variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_7choice_quote.sh b/tests/results-doc/test_namespace_mandatory/00_7choice_quote.sh
index 1d0195c..89d45c2 100644
--- a/tests/results-doc/test_namespace_mandatory/00_7choice_quote.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_7choice_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -45,7 +45,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mquote'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A choice[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_7help.sh b/tests/results-doc/test_namespace_mandatory/00_7help.sh
index a6f9383..78e9763 100644
--- a/tests/results-doc/test_namespace_mandatory/00_7help.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_7help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_7help_quote.sh b/tests/results-doc/test_namespace_mandatory/00_7help_quote.sh
index e042d27..b39347f 100644
--- a/tests/results-doc/test_namespace_mandatory/00_7help_quote.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_7help_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_7help_sup.sh b/tests/results-doc/test_namespace_mandatory/00_7help_sup.sh
index 9c0d157..a96e4a8 100644
--- a/tests/results-doc/test_namespace_mandatory/00_7help_sup.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_7help_sup.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first [0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second [0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_7value_doublequote.sh b/tests/results-doc/test_namespace_mandatory/00_7value_doublequote.sh
index fe924a8..481f2de 100644
--- a/tests/results-doc/test_namespace_mandatory/00_7value_doublequote.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_7value_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_7value_doublequote2.sh b/tests/results-doc/test_namespace_mandatory/00_7value_doublequote2.sh
index ae81b29..cbbfab5 100644
--- a/tests/results-doc/test_namespace_mandatory/00_7value_doublequote2.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_7value_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_7value_doublequote3.sh b/tests/results-doc/test_namespace_mandatory/00_7value_doublequote3.sh
index 52d32c0..ff12503 100644
--- a/tests/results-doc/test_namespace_mandatory/00_7value_doublequote3.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_7value_doublequote3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_7value_quote.sh b/tests/results-doc/test_namespace_mandatory/00_7value_quote.sh
index 76ca020..dbd59cc 100644
--- a/tests/results-doc/test_namespace_mandatory/00_7value_quote.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_7value_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_8calculation_information.sh b/tests/results-doc/test_namespace_mandatory/00_8calculation_information.sh
index d3e25b4..41967c3 100644
--- a/tests/results-doc/test_namespace_mandatory/00_8calculation_information.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_8calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_8calculation_namespace.sh b/tests/results-doc/test_namespace_mandatory/00_8calculation_namespace.sh
index 3daea4b..c8a1c01 100644
--- a/tests/results-doc/test_namespace_mandatory/00_8calculation_namespace.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_8calculation_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_8calculation_param_namespace.sh b/tests/results-doc/test_namespace_mandatory/00_8calculation_param_namespace.sh
index 8a1a58f..020b756 100644
--- a/tests/results-doc/test_namespace_mandatory/00_8calculation_param_namespace.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_8calculation_param_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_8test.sh b/tests/results-doc/test_namespace_mandatory/00_8test.sh
index 5eccec5..e0f32f5 100644
--- a/tests/results-doc/test_namespace_mandatory/00_8test.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_8test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9choice_variable_multi.sh b/tests/results-doc/test_namespace_mandatory/00_9choice_variable_multi.sh
index 47b7786..a351ed4 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9choice_variables.sh b/tests/results-doc/test_namespace_mandatory/00_9choice_variables.sh
index 214525e..d18693c 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9choice_variables.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9choice_variables.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msource_variable_2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second source variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_variable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation.sh
index 68a7eb2..cdad6ee 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_information.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_information.sh
index f491f95..bee4592 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_information.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_information_other_variable.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_information_other_variable.sh
index 3b700a2..6c104c8 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_information_other_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional.sh
index f5791ac..8a94e18 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional2.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional2.sh
index f5791ac..8a94e18 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional2.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional_default.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional_default.sh
index f5791ac..8a94e18 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional_default.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_multi_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_optional.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_optional.sh
index 8dead24..e467ea4 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_optional.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_optional_exists.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_optional_exists.sh
index a71f84d..a6866a6 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_optional_exists.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_optional_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_param_optional.sh b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_param_optional.sh
index e9064bd..acc159a 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_calculation_param_optional.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_calculation_param_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_information_other_variable.sh b/tests/results-doc/test_namespace_mandatory/00_9default_information_other_variable.sh
index 7b1ef1c..52a212c 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_information_other_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_information_other_variable2.sh b/tests/results-doc/test_namespace_mandatory/00_9default_information_other_variable2.sh
index 7b1ef1c..52a212c 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_information_other_variable2.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_information_other_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_integer.sh b/tests/results-doc/test_namespace_mandatory/00_9default_integer.sh
index 827710c..0787893 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_integer.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m0[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/00_9default_number.sh b/tests/results-doc/test_namespace_mandatory/00_9default_number.sh
index 827710c..0787893 100644
--- a/tests/results-doc/test_namespace_mandatory/00_9default_number.sh
+++ b/tests/results-doc/test_namespace_mandatory/00_9default_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m0[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_6boolean_multi.sh b/tests/results-doc/test_namespace_mandatory/01_6boolean_multi.sh
index 67fadf1..467b44f 100644
--- a/tests/results-doc/test_namespace_mandatory/01_6boolean_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_6boolean_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar8[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The eighth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_6custom_multi.sh b/tests/results-doc/test_namespace_mandatory/01_6custom_multi.sh
index 07032c2..d30fac5 100644
--- a/tests/results-doc/test_namespace_mandatory/01_6custom_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_6custom_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_6float_multi.sh b/tests/results-doc/test_namespace_mandatory/01_6float_multi.sh
index f2d4490..6492345 100644
--- a/tests/results-doc/test_namespace_mandatory/01_6float_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_6float_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -103,7 +103,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m2.2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3.3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -112,7 +112,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_6integer_multi.sh b/tests/results-doc/test_namespace_mandatory/01_6integer_multi.sh
index 71e8b4d..da3649b 100644
--- a/tests/results-doc/test_namespace_mandatory/01_6integer_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_6integer_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -103,7 +103,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -112,7 +112,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_6integer_multi_mandatory.sh b/tests/results-doc/test_namespace_mandatory/01_6integer_multi_mandatory.sh
index 4f5c734..3f2fcfe 100644
--- a/tests/results-doc/test_namespace_mandatory/01_6integer_multi_mandatory.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_6integer_multi_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_6string_empty.sh b/tests/results-doc/test_namespace_mandatory/01_6string_empty.sh
index 7787eaf..b862c46 100644
--- a/tests/results-doc/test_namespace_mandatory/01_6string_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_6string_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_6string_multi.sh b/tests/results-doc/test_namespace_mandatory/01_6string_multi.sh
index fe45994..bd17878 100644
--- a/tests/results-doc/test_namespace_mandatory/01_6string_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_6string_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -103,7 +103,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -112,7 +112,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_6string_multi_length.sh b/tests/results-doc/test_namespace_mandatory/01_6string_multi_length.sh
index 650232c..b6f42e2 100644
--- a/tests/results-doc/test_namespace_mandatory/01_6string_multi_length.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_6string_multi_length.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_7value_multi_doublequote.sh b/tests/results-doc/test_namespace_mandatory/01_7value_multi_doublequote.sh
index 57d97e3..63aa854 100644
--- a/tests/results-doc/test_namespace_mandatory/01_7value_multi_doublequote.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_7value_multi_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_7value_multi_doublequote2.sh b/tests/results-doc/test_namespace_mandatory/01_7value_multi_doublequote2.sh
index c84c97a..f4f73af 100644
--- a/tests/results-doc/test_namespace_mandatory/01_7value_multi_doublequote2.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_7value_multi_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_7value_multi_quote.sh b/tests/results-doc/test_namespace_mandatory/01_7value_multi_quote.sh
index ea32792..6e16f25 100644
--- a/tests/results-doc/test_namespace_mandatory/01_7value_multi_quote.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_7value_multi_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_8calculation_information_multi.sh b/tests/results-doc/test_namespace_mandatory/01_8calculation_information_multi.sh
index 87dd3e1..a08709c 100644
--- a/tests/results-doc/test_namespace_mandatory/01_8calculation_information_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_8calculation_information_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_9choice_variable_multi.sh b/tests/results-doc/test_namespace_mandatory/01_9choice_variable_multi.sh
index d13d651..f78e567 100644
--- a/tests/results-doc/test_namespace_mandatory/01_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/01_9choice_variable_optional.sh b/tests/results-doc/test_namespace_mandatory/01_9choice_variable_optional.sh
index fe5f2d3..81f3e3c 100644
--- a/tests/results-doc/test_namespace_mandatory/01_9choice_variable_optional.sh
+++ b/tests/results-doc/test_namespace_mandatory/01_9choice_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -45,7 +45,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/02_0tags.sh b/tests/results-doc/test_namespace_mandatory/02_0tags.sh
index b4f4fc1..dacfd07 100644
--- a/tests/results-doc/test_namespace_mandatory/02_0tags.sh
+++ b/tests/results-doc/test_namespace_mandatory/02_0tags.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_0type_param.sh b/tests/results-doc/test_namespace_mandatory/04_0type_param.sh
index b8864f5..89867d4 100644
--- a/tests/results-doc/test_namespace_mandatory/04_0type_param.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_0type_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A limited number[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_0type_param_integer.sh b/tests/results-doc/test_namespace_mandatory/04_0type_param_integer.sh
index 1c96fef..71b250f 100644
--- a/tests/results-doc/test_namespace_mandatory/04_0type_param_integer.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_0type_param_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A limited integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1auto_save.sh b/tests/results-doc/test_namespace_mandatory/04_1auto_save.sh
index 7b9274e..9665c7a 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1auto_save.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1auto_save.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_calculated.sh b/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_calculated.sh
index f2e93ca..9196e41 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_calculated.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.sh b/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.sh
index 980c7d1..9536932 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_hidden.sh b/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_hidden.sh
index aeb8ecb..52120d1 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1auto_save_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -50,9 +50,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden.sh b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden.sh
index 4cfb0f7..b7fb937 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_2.sh b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_2.sh
index 4cfb0f7..b7fb937 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_2.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_3.sh b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_3.sh
index 02dec0e..9673ec9 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_3.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,7 +63,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_4.sh b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_4.sh
index 72b704a..eeb1b97 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_4.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,7 +63,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_5.sh b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_5.sh
index a8d62c6..0549ca3 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_5.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,7 +66,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -75,7 +75,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_6.sh b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_6.sh
index 7ae0577..2b5f690 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_6.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1default_calculation_hidden_6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,7 +66,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_1jinja_and_hidden.sh b/tests/results-doc/test_namespace_mandatory/04_1jinja_and_hidden.sh
index 8d4167d..d66847c 100644
--- a/tests/results-doc/test_namespace_mandatory/04_1jinja_and_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_1jinja_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -60,9 +60,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation.sh
index 93f7e5b..8edb79a 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_boolean.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_boolean.sh
index e0adbd9..d5b87b2 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_boolean.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A conditional variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_default.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_default.sh
index e34adbb..4161504 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_default.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_multi.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_multi.sh
index 3a6e0c7..e6cf921 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_optional.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_optional.sh
index c872c66..6ae0720 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_optional.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -65,7 +65,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_optional_default.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_optional_default.sh
index 1e3df14..cf66d0c 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_optional_default.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -77,7 +77,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable.sh
index eca187f..5bcdce1 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable10.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable10.sh
index 69e6bc4..e327d77 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable10.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable10.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable2.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable2.sh
index 69e6bc4..e327d77 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable2.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable3.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable3.sh
index cc57860..58d612c 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable3.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable4.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable4.sh
index 4f77c30..d16e043 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable4.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable5.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable5.sh
index 402f7db..5fc542f 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable5.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,7 +59,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable6.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable6.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable6.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable7.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable7.sh
index eca187f..5bcdce1 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable7.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable7.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable8.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable8.sh
index 1f187a9..85307c3 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable8.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable8.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,9 +59,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable9.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable9.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable9.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable9.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_multi.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_multi.sh
index 4f36830..4e6dd28 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive.sh
index 802aeb3..dcde441 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_2.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_2.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_2.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_3.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_3.sh
index 0379a22..d740be8 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_3.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -64,7 +64,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_4.sh b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_4.sh
index 2da01bb..7ccc3ff 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_4.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5disabled_calculation_variable_transitive_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -64,7 +64,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation.sh b/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation.sh
index d13676b..c965196 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation2.sh b/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation2.sh
index 6495388..ae0fea6 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation2.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -62,7 +62,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation_default_calculation.sh b/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation_default_calculation.sh
index f8fae2f..e0771d9 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation_default_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5hidden_calculation_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5validators.sh b/tests/results-doc/test_namespace_mandatory/04_5validators.sh
index 0c084f2..12c3efd 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5validators.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5validators.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5validators_differ.sh b/tests/results-doc/test_namespace_mandatory/04_5validators_differ.sh
index 0efc3f3..5827c8c 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5validators_differ.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5validators_differ.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34manother_value[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5validators_multi.sh b/tests/results-doc/test_namespace_mandatory/04_5validators_multi.sh
index 8dc755e..836be6b 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5validators_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5validators_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5validators_multi2.sh b/tests/results-doc/test_namespace_mandatory/04_5validators_multi2.sh
index 1549c4b..b566beb 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5validators_multi2.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5validators_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5validators_multi3.sh b/tests/results-doc/test_namespace_mandatory/04_5validators_multi3.sh
index e49fb5f..666bd9b 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5validators_multi3.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5validators_multi3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m0 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5validators_warnings.sh b/tests/results-doc/test_namespace_mandatory/04_5validators_warnings.sh
index f746744..8bc7629 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5validators_warnings.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5validators_warnings.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/04_5validators_warnings_all.sh b/tests/results-doc/test_namespace_mandatory/04_5validators_warnings_all.sh
index 60d1e0a..184c398 100644
--- a/tests/results-doc/test_namespace_mandatory/04_5validators_warnings_all.sh
+++ b/tests/results-doc/test_namespace_mandatory/04_5validators_warnings_all.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/05_0multi_not_uniq.sh b/tests/results-doc/test_namespace_mandatory/05_0multi_not_uniq.sh
index 2b40a02..e873f65 100644
--- a/tests/results-doc/test_namespace_mandatory/05_0multi_not_uniq.sh
+++ b/tests/results-doc/test_namespace_mandatory/05_0multi_not_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/05_0multi_uniq.sh b/tests/results-doc/test_namespace_mandatory/05_0multi_uniq.sh
index 169ed87..86eed90 100644
--- a/tests/results-doc/test_namespace_mandatory/05_0multi_uniq.sh
+++ b/tests/results-doc/test_namespace_mandatory/05_0multi_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/12_1auto_save_expert.sh b/tests/results-doc/test_namespace_mandatory/12_1auto_save_expert.sh
index f31d8f1..c1eb70e 100644
--- a/tests/results-doc/test_namespace_mandatory/12_1auto_save_expert.sh
+++ b/tests/results-doc/test_namespace_mandatory/12_1auto_save_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_0redefine_description.sh b/tests/results-doc/test_namespace_mandatory/16_0redefine_description.sh
index bdb188f..3dce4ab 100644
--- a/tests/results-doc/test_namespace_mandatory/16_0redefine_description.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_0redefine_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefined[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_2family_redefine_calculation.sh b/tests/results-doc/test_namespace_mandatory/16_2family_redefine_calculation.sh
index 02b1d0a..b9b1bb7 100644
--- a/tests/results-doc/test_namespace_mandatory/16_2family_redefine_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_2family_redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_2family_redefine_disabled.sh b/tests/results-doc/test_namespace_mandatory/16_2family_redefine_disabled.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_mandatory/16_2family_redefine_disabled.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_2family_redefine_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_3family_empty_at_ends.sh b/tests/results-doc/test_namespace_mandatory/16_3family_empty_at_ends.sh
index 15175f3..5584dc4 100644
--- a/tests/results-doc/test_namespace_mandatory/16_3family_empty_at_ends.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_3family_empty_at_ends.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5exists_nonexists.sh b/tests/results-doc/test_namespace_mandatory/16_5exists_nonexists.sh
index 782f64a..df027fe 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5exists_nonexists.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5exists_nonexists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5exists_redefine.sh b/tests/results-doc/test_namespace_mandatory/16_5exists_redefine.sh
index 4eacd11..19eb268 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5exists_redefine.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5exists_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_calculation.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_calculation.sh
index c616086..932b32d 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_choice.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_choice.sh
index 89c401a..91363e8 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_choice.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_default.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_default.sh
index 1206c51..7af7077 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_default.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_default_calculation.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_default_calculation.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_default_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_family.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_family.sh
index 6918ad8..c16b345 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_family.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# New description[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_help.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_help.sh
index 5e9b922..31e7010 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_help.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefine help[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_hidden.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_hidden.sh
index d4221f8..a0e31a9 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_multi.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_multi.sh
index 169ed87..86eed90 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5redefine_remove_disable_calculation.sh b/tests/results-doc/test_namespace_mandatory/16_5redefine_remove_disable_calculation.sh
index 3fc6f96..17d835f 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5redefine_remove_disable_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5redefine_remove_disable_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_5test_redefine.sh b/tests/results-doc/test_namespace_mandatory/16_5test_redefine.sh
index a6acd25..dff720b 100644
--- a/tests/results-doc/test_namespace_mandatory/16_5test_redefine.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_5test_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_6choice_redefine.sh b/tests/results-doc/test_namespace_mandatory/16_6choice_redefine.sh
index ebedb6c..71aae0b 100644
--- a/tests/results-doc/test_namespace_mandatory/16_6choice_redefine.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_6choice_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A choice[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16_6exists_family.sh b/tests/results-doc/test_namespace_mandatory/16_6exists_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_mandatory/16_6exists_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_mandatory/16_6exists_redefine_family.sh b/tests/results-doc/test_namespace_mandatory/16_6exists_redefine_family.sh
index 437dbae..6b1878c 100644
--- a/tests/results-doc/test_namespace_mandatory/16_6exists_redefine_family.sh
+++ b/tests/results-doc/test_namespace_mandatory/16_6exists_redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/16exists_exists.sh b/tests/results-doc/test_namespace_mandatory/16exists_exists.sh
index ee4a73e..b50a7e5 100644
--- a/tests/results-doc/test_namespace_mandatory/16exists_exists.sh
+++ b/tests/results-doc/test_namespace_mandatory/16exists_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Description[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/17_5redefine_leadership.sh b/tests/results-doc/test_namespace_mandatory/17_5redefine_leadership.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_mandatory/17_5redefine_leadership.sh
+++ b/tests/results-doc/test_namespace_mandatory/17_5redefine_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_0empty_family.sh b/tests/results-doc/test_namespace_mandatory/20_0empty_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_mandatory/20_0empty_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_mandatory/20_0family_append.sh b/tests/results-doc/test_namespace_mandatory/20_0family_append.sh
index e5a69a9..af53ca2 100644
--- a/tests/results-doc/test_namespace_mandatory/20_0family_append.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_0family_append.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_0family_underscore.sh b/tests/results-doc/test_namespace_mandatory/20_0family_underscore.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_mandatory/20_0family_underscore.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_0family_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_0multi_family.sh b/tests/results-doc/test_namespace_mandatory/20_0multi_family.sh
index 3f4affc..9c7e7a1 100644
--- a/tests/results-doc/test_namespace_mandatory/20_0multi_family.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_0multi_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_0multi_family_basic.sh b/tests/results-doc/test_namespace_mandatory/20_0multi_family_basic.sh
index da8c3df..68ec6c6 100644
--- a/tests/results-doc/test_namespace_mandatory/20_0multi_family_basic.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_0multi_family_basic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_0multi_family_expert.sh b/tests/results-doc/test_namespace_mandatory/20_0multi_family_expert.sh
index 7af00a1..c4737ca 100644
--- a/tests/results-doc/test_namespace_mandatory/20_0multi_family_expert.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_0multi_family_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_0multi_family_order.sh b/tests/results-doc/test_namespace_mandatory/20_0multi_family_order.sh
index 4b0cee8..3307553 100644
--- a/tests/results-doc/test_namespace_mandatory/20_0multi_family_order.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_0multi_family_order.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_0validators_differ_redefine.sh b/tests/results-doc/test_namespace_mandatory/20_0validators_differ_redefine.sh
index c4efdc0..b362937 100644
--- a/tests/results-doc/test_namespace_mandatory/20_0validators_differ_redefine.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_0validators_differ_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34myes[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_1empty_subfamily.sh b/tests/results-doc/test_namespace_mandatory/20_1empty_subfamily.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_mandatory/20_1empty_subfamily.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_mandatory/20_2family_looks_like_dynamic.sh b/tests/results-doc/test_namespace_mandatory/20_2family_looks_like_dynamic.sh
index 372b249..46a14ab 100644
--- a/tests/results-doc/test_namespace_mandatory/20_2family_looks_like_dynamic.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_2family_looks_like_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_2family_looks_like_variable.sh b/tests/results-doc/test_namespace_mandatory/20_2family_looks_like_variable.sh
index 6b16a5c..45ca0f1 100644
--- a/tests/results-doc/test_namespace_mandatory/20_2family_looks_like_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_2family_looks_like_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_family[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdefault[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_7help_family.sh b/tests/results-doc/test_namespace_mandatory/20_7help_family.sh
index be5f118..968280f 100644
--- a/tests/results-doc/test_namespace_mandatory/20_7help_family.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_7help_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/20_9default_information_parent.sh b/tests/results-doc/test_namespace_mandatory/20_9default_information_parent.sh
index 76220a5..fb55445 100644
--- a/tests/results-doc/test_namespace_mandatory/20_9default_information_parent.sh
+++ b/tests/results-doc/test_namespace_mandatory/20_9default_information_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition.sh b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition.sh
index 10a257c..5e3dd0c 100644
--- a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Possibly hidden family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_boolean.sh b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_boolean.sh
index d97e106..4a4160d 100644
--- a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_boolean.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_sub_family.sh b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_sub_family.sh
index e273385..6edfc1a 100644
--- a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.sh b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.sh
index 22e425e..9bc27de 100644
--- a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -74,7 +74,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The variable use has condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_with_variable.sh b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_with_variable.sh
index 2a97a8a..061ebe4 100644
--- a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_with_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_condition_with_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -73,7 +73,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first conditional variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second conditional variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.sh b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.sh
index 7913e5c..028489d 100644
--- a/tests/results-doc/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msub_family[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A subfamily[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_0family_mandatory_condition.sh b/tests/results-doc/test_namespace_mandatory/24_0family_mandatory_condition.sh
index 94b4014..e6f9093 100644
--- a/tests/results-doc/test_namespace_mandatory/24_0family_mandatory_condition.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_0family_mandatory_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_0family_mandatory_condition_variable.sh b/tests/results-doc/test_namespace_mandatory/24_0family_mandatory_condition_variable.sh
index 22e4536..6f8db11 100644
--- a/tests/results-doc/test_namespace_mandatory/24_0family_mandatory_condition_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_0family_mandatory_condition_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_7validators_variable_optional.sh b/tests/results-doc/test_namespace_mandatory/24_7validators_variable_optional.sh
index 2d271f6..2fbb7fc 100644
--- a/tests/results-doc/test_namespace_mandatory/24_7validators_variable_optional.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_7validators_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m5[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first integer[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/24_family_disabled_var_hidden.sh b/tests/results-doc/test_namespace_mandatory/24_family_disabled_var_hidden.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_mandatory/24_family_disabled_var_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/24_family_disabled_var_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership.sh
index ac5e8b2..c9ece6f 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_diff_name.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_diff_name.sh
index d27d420..b686d01 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_diff_name.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership_diff_name.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_empty.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_calculation.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_calculation.sh
index f999cae..6701ea1 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_submulti.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_submulti.sh
index ff1da9c..8d4b60a 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_submulti.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_submulti.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.sh
index 04cdf1b..c669786 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_value.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_value.sh
index 7e24cdb..66e37e0 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_value.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership_follower_default_value.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower with default value[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_leader_follower.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_leader_follower.sh
index 8dbefbe..eb1a428 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_leader_follower.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -64,7 +64,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_leader_not_multi.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_leader_not_multi.sh
index 7dc5164..97f9c72 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_leader_not_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership_leader_not_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -92,7 +92,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_0leadership_reduce.sh b/tests/results-doc/test_namespace_mandatory/40_0leadership_reduce.sh
index 091f719..1ea0f7e 100644
--- a/tests/results-doc/test_namespace_mandatory/40_0leadership_reduce.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_0leadership_reduce.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_1leadership_append_follower.sh b/tests/results-doc/test_namespace_mandatory/40_1leadership_append_follower.sh
index 5ea2dcf..c5829e7 100644
--- a/tests/results-doc/test_namespace_mandatory/40_1leadership_append_follower.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_1leadership_append_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower3[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_index.sh b/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_index.sh
index e004e4c..37e072f 100644
--- a/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_index.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_index_2.sh b/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_index_2.sh
index e004e4c..37e072f 100644
--- a/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_index_2.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_index_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_param_index.sh b/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_param_index.sh
index 52a57a2..2c2ca20 100644
--- a/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_param_index.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_2leadership_calculation_param_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_2leadership_leader_calculation.sh b/tests/results-doc/test_namespace_mandatory/40_2leadership_leader_calculation.sh
index 0c20ea1..70f6861 100644
--- a/tests/results-doc/test_namespace_mandatory/40_2leadership_leader_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_2leadership_leader_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_6leadership_follower_multi.sh b/tests/results-doc/test_namespace_mandatory/40_6leadership_follower_multi.sh
index e8e761d..eb1c7f8 100644
--- a/tests/results-doc/test_namespace_mandatory/40_6leadership_follower_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_6leadership_follower_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.sh b/tests/results-doc/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.sh
index 762208d..a79427e 100644
--- a/tests/results-doc/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_8calculation_boolean.sh b/tests/results-doc/test_namespace_mandatory/40_8calculation_boolean.sh
index 1e246dc..a41e66c 100644
--- a/tests/results-doc/test_namespace_mandatory/40_8calculation_boolean.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_8calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmulti2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second multi variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_8calculation_boolean_return_none.sh b/tests/results-doc/test_namespace_mandatory/40_8calculation_boolean_return_none.sh
index ac08a4a..7a8ad4a 100644
--- a/tests/results-doc/test_namespace_mandatory/40_8calculation_boolean_return_none.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_8calculation_boolean_return_none.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_8calculation_integer.sh b/tests/results-doc/test_namespace_mandatory/40_8calculation_integer.sh
index 7021016..83f0207 100644
--- a/tests/results-doc/test_namespace_mandatory/40_8calculation_integer.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_8calculation_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# First integer variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Second integer variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable.sh b/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable.sh
index 3844fbd..8bc4f6f 100644
--- a/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable_parent.sh b/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable_parent.sh
index 47df5d6..54bd40a 100644
--- a/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable_parent.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfam1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A calculated variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable_parent2.sh b/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable_parent2.sh
index 7960328..0a5cebb 100644
--- a/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable_parent2.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_8calculation_multi_variable_parent2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfam2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results-doc/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.sh
index 6f35792..6a500f3 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.sh
index 09982bb..72364e2 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.sh
index 09982bb..72364e2 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.sh
index 453b60c..20f9f83 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower.sh
index 08bab7b..c84fe90 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.sh
index a586b17..e1410b0 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcalculate[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A calculated variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.sh
index a586b17..e1410b0 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcalculate[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A calculated variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader.sh
index e0e14f6..6c5ed1b 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-outside-leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable.sh
index d711520..7ddfef3 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -84,7 +84,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.sh
index e4ced9c..0d2eca9 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,7 +70,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -91,7 +91,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -100,7 +100,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.sh
index aeb1730..1105ada 100644
--- a/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.sh
+++ b/tests/results-doc/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,7 +70,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -100,7 +100,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -109,7 +109,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/41_0choice_leader.sh b/tests/results-doc/test_namespace_mandatory/41_0choice_leader.sh
index 14a64df..bc621cf 100644
--- a/tests/results-doc/test_namespace_mandatory/41_0choice_leader.sh
+++ b/tests/results-doc/test_namespace_mandatory/41_0choice_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mc[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_0leadership_hidden.sh b/tests/results-doc/test_namespace_mandatory/44_0leadership_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_mandatory/44_0leadership_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_0leadership_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_0leadership_leader_hidden.sh b/tests/results-doc/test_namespace_mandatory/44_0leadership_leader_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_mandatory/44_0leadership_leader_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_0leadership_leader_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_1leadership_append_hidden_follower.sh b/tests/results-doc/test_namespace_mandatory/44_1leadership_append_hidden_follower.sh
index a2f9498..f39afdc 100644
--- a/tests/results-doc/test_namespace_mandatory/44_1leadership_append_hidden_follower.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_1leadership_append_hidden_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_4disabled_calcultion_follower.sh b/tests/results-doc/test_namespace_mandatory/44_4disabled_calcultion_follower.sh
index 2f87653..996291b 100644
--- a/tests/results-doc/test_namespace_mandatory/44_4disabled_calcultion_follower.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_4disabled_calcultion_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Aleader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_4disabled_calcultion_follower_index.sh b/tests/results-doc/test_namespace_mandatory/44_4disabled_calcultion_follower_index.sh
index 9873847..23dab83 100644
--- a/tests/results-doc/test_namespace_mandatory/44_4disabled_calcultion_follower_index.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_4disabled_calcultion_follower_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -64,7 +64,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Aleader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_4leadership_mandatory.sh b/tests/results-doc/test_namespace_mandatory/44_4leadership_mandatory.sh
index ab24910..a77ed24 100644
--- a/tests/results-doc/test_namespace_mandatory/44_4leadership_mandatory.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_4leadership_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_4leadership_mandatory_follower.sh b/tests/results-doc/test_namespace_mandatory/44_4leadership_mandatory_follower.sh
index 86c5e41..e42b669 100644
--- a/tests/results-doc/test_namespace_mandatory/44_4leadership_mandatory_follower.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_4leadership_mandatory_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.sh b/tests/results-doc/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.sh
index c764f6c..f2ea508 100644
--- a/tests/results-doc/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.sh b/tests/results-doc/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.sh
index 6dba961..fb7e7e7 100644
--- a/tests/results-doc/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/44_9calculated_default_leadership_leader.sh b/tests/results-doc/test_namespace_mandatory/44_9calculated_default_leadership_leader.sh
index ff78a19..b91c40b 100644
--- a/tests/results-doc/test_namespace_mandatory/44_9calculated_default_leadership_leader.sh
+++ b/tests/results-doc/test_namespace_mandatory/44_9calculated_default_leadership_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic.sh
index 319a776..6db3c90 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0.sh
index dd9eb0d..8dbc3e5 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_empty.sh
index 0b289aa..1239454 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_type.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_type.sh
index 4d18ba5..0977b19 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_type.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_type.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.sh
index aec55af..646e674 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_1.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_1.sh
index 4d3c929..4a4a5f5 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_1.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_1.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_1_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_1_empty.sh
index d00b8f9..289de62 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_1_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_1_1_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_empty.sh
index 4bb99af..ad42e03 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynexample[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_forbidden_char.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_forbidden_char.sh
index a8fe4f5..98324be 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_forbidden_char.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_forbidden_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -75,7 +75,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.sh
index c729f30..e7ebc80 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty2.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty2.sh
index 2fe9e2c..3a8bc37 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,7 +74,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -89,7 +89,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family from [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -98,7 +98,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_number.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_number.sh
index 616d535..550bd82 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_number.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_jinja_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,7 +70,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -85,7 +85,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -94,7 +94,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_no_description.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_no_description.sh
index 4be9281..f0c511e 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_no_description.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_no_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_no_description_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_no_description_empty.sh
index fc9175a..30bd94d 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_no_description_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_no_description_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_source_hidden.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_source_hidden.sh
index 17bf29b..f27eb5e 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_source_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_source_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -70,7 +70,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_static.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_static.sh
index 711d1b6..c457c4a 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_static.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_static.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_test.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_test.sh
index 911d2c5..1f8e0ce 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_test.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_upper_char.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_upper_char.sh
index 864f2a5..c96fced 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_upper_char.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_upper_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_empty.sh
index d2b0312..98c9027 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynexample[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_optional.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_optional.sh
index e708116..464901c 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_optional.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynb[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_suffix.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_suffix.sh
index e2bbcdc..6ca9193 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_suffix.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable with suffix val2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.sh
index 9dc87bd..06621c6 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable with suffix val2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_empty.sh b/tests/results-doc/test_namespace_mandatory/60_0family_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_mandatory/60_0family_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_hidden.sh b/tests/results-doc/test_namespace_mandatory/60_0family_hidden.sh
index 0568fd8..3c57ab7 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -55,9 +55,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_0family_mode.sh b/tests/results-doc/test_namespace_mandatory/60_0family_mode.sh
index 067cd27..e1997e1 100644
--- a/tests/results-doc/test_namespace_mandatory/60_0family_mode.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_0family_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_1family_dynamic_jinja.sh b/tests/results-doc/test_namespace_mandatory/60_1family_dynamic_jinja.sh
index 4d8a56e..3bd3858 100644
--- a/tests/results-doc/test_namespace_mandatory/60_1family_dynamic_jinja.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_1family_dynamic_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdyn3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.sh
index 0c2995d..739b8ba 100644
--- a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.sh
index 2975231..3850341 100644
--- a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -62,7 +62,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -75,7 +75,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -92,7 +92,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A varible outside dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
index 31aa8a0..a7c7be4 100644
--- a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -64,7 +64,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -77,7 +77,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -94,7 +94,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A varible outside dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.sh
index 6084a72..f96cc48 100644
--- a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_outside_calc.sh b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_outside_calc.sh
index 670c7e1..c66eef5 100644
--- a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_outside_calc.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_outside_calc.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -78,7 +78,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mnewvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.sh b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.sh
index 0627e8e..91eb06e 100644
--- a/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mnewvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc2.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc2.sh
index 731e5ad..50b16c6 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc2_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc2_empty.sh
index 5beb39c..07cda4c 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc2_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_description.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_description.sh
index ff8836b..5b5dc25 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_description.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -94,7 +94,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_identifier.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_identifier.sh
index 34311d3..040b37e 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_identifier.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -69,7 +69,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -80,7 +80,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -92,7 +92,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -107,7 +107,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -116,7 +116,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_identifier_multi.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_identifier_multi.sh
index 90cffc0..aa9f0cf 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_identifier_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_identifier_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -95,7 +95,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -119,7 +119,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -128,7 +128,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix.sh
index e9c3024..3bc64db 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.sh
index d9316cc..14bb964 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Suffix has value[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.sh
index 44c89ce..a3732c4 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Suffix has value[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.sh
index bf1061b..c7c1270 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh
index 011076c..8e1674d 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled3.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled3.sh
index 861e766..357a6be 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled3.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.sh
index 809d53f..f88bb38 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -83,7 +83,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.sh
index ead5eb8..a33eab9 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.sh
index d2d62cd..f4fe8b4 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.sh
index d379c61..a972d35 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,7 +82,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -93,7 +93,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -102,7 +102,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh
index eb2c4ac..d5415a1 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,7 +82,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -93,7 +93,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -102,7 +102,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh
index 0d68d7a..bf0c8a2 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -58,7 +58,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -88,7 +88,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -102,7 +102,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -111,7 +111,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.sh
index 5d73a73..a0bddc7 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.sh
index c64e71b..3c015db 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable.sh
index e9c3024..3bc64db 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.sh
index bd3ef7f..bc715b8 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.sh
index 8aceb06..8059b6d 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.sh
index 809d53f..f88bb38 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -83,7 +83,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.sh
index 8aeb7f4..1aefdbe 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -81,7 +81,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -92,7 +92,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.sh
index 9369da2..cf95b8c 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -96,7 +96,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable 2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable 3[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -105,7 +105,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.sh
index 1b3fa9d..b8f2891 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -119,7 +119,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable 3[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar4[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable 4[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -128,7 +128,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside.sh
index a45f863..8a600da 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,7 +84,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -102,7 +102,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -111,7 +111,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside2.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside2.sh
index 1866ce8..1814072 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -66,7 +66,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -79,7 +79,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -97,7 +97,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_dyn_family_val2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -106,7 +106,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.sh
index 0e3deb6..086ae54 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -68,7 +68,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -81,7 +81,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -99,7 +99,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_dyn_family_val2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -108,7 +108,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.sh
index a45f863..8a600da 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,7 +84,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -102,7 +102,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -111,7 +111,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.sh
index b440e38..b8f892b 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -73,7 +73,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -86,7 +86,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.sh
index 6dd1dd7..0c3599f 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -84,7 +84,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.sh
index 067ff86..b8710fd 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.sh
index 22609df..6d7aae1 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -85,7 +85,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -98,7 +98,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -122,7 +122,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -131,7 +131,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
index f2399fa..d8e8e47 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -91,7 +91,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -104,7 +104,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -128,7 +128,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -137,7 +137,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.sh
index 921d367..1494c97 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -84,7 +84,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.sh
index 345f4ef..2a93500 100644
--- a/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -88,7 +88,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -97,7 +97,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside.sh
index c419348..79b1872 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -63,7 +63,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -76,7 +76,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -96,7 +96,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is relative first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar4[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is first variable of val1[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -105,7 +105,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside_empty.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside_empty.sh
index 064ce4b..0066e65 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -98,7 +98,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is relative first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar4[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is first variable of val1[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -107,7 +107,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside_identifier.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside_identifier.sh
index 1d9d8ee..1dfd846 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside_identifier.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_inside_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -98,7 +98,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is relative first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar4[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is first variable of val1[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -107,7 +107,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_leadership.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_leadership.sh
index a29ff0c..fe6d89c 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_leadership.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_leadership_empty.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_leadership_empty.sh
index d01d430..84e7211 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_leadership_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_leadership_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,7 +74,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -106,7 +106,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -115,7 +115,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.sh
index 608ba3d..98fd9a5 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,7 +90,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -124,7 +124,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifier[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Identifier from first family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifiers[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Merge identifiers[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -133,7 +133,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.sh
index 608ba3d..98fd9a5 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,7 +90,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -124,7 +124,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifier[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Identifier from first family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifiers[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Merge identifiers[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -133,7 +133,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.sh
index f93a777..0cd2659 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -89,7 +89,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -98,7 +98,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.sh
index 3736e5a..00fd8a6 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -79,7 +79,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -92,7 +92,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -126,7 +126,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifier[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Identifier from first family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifiers[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Merge identifiers[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -135,7 +135,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.sh
index fbe58b1..590dc13 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -85,7 +85,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -109,7 +109,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifier[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Identifier from first family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifiers[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Merge identifiers[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -118,7 +118,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.sh
index 93fa0cb..c130a7b 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -111,7 +111,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -120,7 +120,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.sh
index 6452aab..b86efbe 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -111,7 +111,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -120,7 +120,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_6family_subdynamic_inside.sh b/tests/results-doc/test_namespace_mandatory/60_6family_subdynamic_inside.sh
index 9b3c2ae..ac608ff 100644
--- a/tests/results-doc/test_namespace_mandatory/60_6family_subdynamic_inside.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_6family_subdynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -70,7 +70,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -119,7 +119,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -128,7 +128,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/60_9family_dynamic_calc_both.sh b/tests/results-doc/test_namespace_mandatory/60_9family_dynamic_calc_both.sh
index 965942a..badfc70 100644
--- a/tests/results-doc/test_namespace_mandatory/60_9family_dynamic_calc_both.sh
+++ b/tests/results-doc/test_namespace_mandatory/60_9family_dynamic_calc_both.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynstring1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_mandatory/68_0family_leadership_mode.sh b/tests/results-doc/test_namespace_mandatory/68_0family_leadership_mode.sh
index 8cc194b..8c35b93 100644
--- a/tests/results-doc/test_namespace_mandatory/68_0family_leadership_mode.sh
+++ b/tests/results-doc/test_namespace_mandatory/68_0family_leadership_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_0no_variable.sh b/tests/results-doc/test_namespace_read_write/00_0no_variable.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write/00_0no_variable.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write/00_0no_variable_default_version.sh b/tests/results-doc/test_namespace_read_write/00_0no_variable_default_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write/00_0no_variable_default_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write/00_0no_variable_remove_version.sh b/tests/results-doc/test_namespace_read_write/00_0no_variable_remove_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write/00_0no_variable_remove_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write/00_0version_underscore.sh b/tests/results-doc/test_namespace_read_write/00_0version_underscore.sh
index 2c47518..25dfe4a 100644
--- a/tests/results-doc/test_namespace_read_write/00_0version_underscore.sh
+++ b/tests/results-doc/test_namespace_read_write/00_0version_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_1empty_variable.sh b/tests/results-doc/test_namespace_read_write/00_1empty_variable.sh
index 14e8cf0..d944171 100644
--- a/tests/results-doc/test_namespace_read_write/00_1empty_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/00_1empty_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -20,7 +20,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -33,7 +33,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -41,7 +41,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mempty[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_2default_calculated.sh b/tests/results-doc/test_namespace_read_write/00_2default_calculated.sh
index dcfab23..6c4e4ed 100644
--- a/tests/results-doc/test_namespace_read_write/00_2default_calculated.sh
+++ b/tests/results-doc/test_namespace_read_write/00_2default_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,9 +39,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_2default_calculated_multi.sh b/tests/results-doc/test_namespace_read_write/00_2default_calculated_multi.sh
index 3626782..9d4c21a 100644
--- a/tests/results-doc/test_namespace_read_write/00_2default_calculated_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/00_2default_calculated_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_2default_calculated_params_permissive.sh b/tests/results-doc/test_namespace_read_write/00_2default_calculated_params_permissive.sh
index 4e63de7..f206829 100644
--- a/tests/results-doc/test_namespace_read_write/00_2default_calculated_params_permissive.sh
+++ b/tests/results-doc/test_namespace_read_write/00_2default_calculated_params_permissive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -71,9 +71,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable.sh b/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable.sh
index 19ff928..e1315db 100644
--- a/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample.net [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_description.sh b/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_description.sh
index 84a1597..39e8ff6 100644
--- a/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_description.sh
+++ b/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.sh b/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.sh
index 428606b..48c4b0a 100644
--- a/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.sh
+++ b/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_transitive.sh b/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_transitive.sh
index aa78596..7d1c595 100644
--- a/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_transitive.sh
+++ b/tests/results-doc/test_namespace_read_write/00_2default_calculated_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample.net [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_4load_subfolder.sh b/tests/results-doc/test_namespace_read_write/00_4load_subfolder.sh
index 265ccae..109f49f 100644
--- a/tests/results-doc/test_namespace_read_write/00_4load_subfolder.sh
+++ b/tests/results-doc/test_namespace_read_write/00_4load_subfolder.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_5load_notype.sh b/tests/results-doc/test_namespace_read_write/00_5load_notype.sh
index 293565e..924a4b6 100644
--- a/tests/results-doc/test_namespace_read_write/00_5load_notype.sh
+++ b/tests/results-doc/test_namespace_read_write/00_5load_notype.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6boolean.sh b/tests/results-doc/test_namespace_read_write/00_6boolean.sh
index 88d6db3..8f3bcb3 100644
--- a/tests/results-doc/test_namespace_read_write/00_6boolean.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6boolean_no_mandatory.sh b/tests/results-doc/test_namespace_read_write/00_6boolean_no_mandatory.sh
index f0c4504..8005cdc 100644
--- a/tests/results-doc/test_namespace_read_write/00_6boolean_no_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6boolean_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,9 +34,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -45,7 +45,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6choice.sh b/tests/results-doc/test_namespace_read_write/00_6choice.sh
index 78bf0a3..c97cb06 100644
--- a/tests/results-doc/test_namespace_read_write/00_6choice.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6choice_calculation.sh b/tests/results-doc/test_namespace_read_write/00_6choice_calculation.sh
index 305b515..d53af77 100644
--- a/tests/results-doc/test_namespace_read_write/00_6choice_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6choice_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6choice_link.sh b/tests/results-doc/test_namespace_read_write/00_6choice_link.sh
index cdaf51e..430ddc9 100644
--- a/tests/results-doc/test_namespace_read_write/00_6choice_link.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6choice_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6choice_variable.sh b/tests/results-doc/test_namespace_read_write/00_6choice_variable.sh
index 6ad3a40..591ac1f 100644
--- a/tests/results-doc/test_namespace_read_write/00_6choice_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6choice_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,9 +44,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6choice_variable_link.sh b/tests/results-doc/test_namespace_read_write/00_6choice_variable_link.sh
index 6c0ecc4..7497233 100644
--- a/tests/results-doc/test_namespace_read_write/00_6choice_variable_link.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6choice_variable_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6choice_variable_link2.sh b/tests/results-doc/test_namespace_read_write/00_6choice_variable_link2.sh
index 4423c67..916d6c8 100644
--- a/tests/results-doc/test_namespace_read_write/00_6choice_variable_link2.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6choice_variable_link2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6custom.sh b/tests/results-doc/test_namespace_read_write/00_6custom.sh
index e263556..598314a 100644
--- a/tests/results-doc/test_namespace_read_write/00_6custom.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6custom.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6domainname.sh b/tests/results-doc/test_namespace_read_write/00_6domainname.sh
index 2692229..d9c05ce 100644
--- a/tests/results-doc/test_namespace_read_write/00_6domainname.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6domainname.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6domainname_params.sh b/tests/results-doc/test_namespace_read_write/00_6domainname_params.sh
index 3511eff..0ba502d 100644
--- a/tests/results-doc/test_namespace_read_write/00_6domainname_params.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6domainname_params.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,9 +39,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6float.sh b/tests/results-doc/test_namespace_read_write/00_6float.sh
index 4d2035c..367fd8f 100644
--- a/tests/results-doc/test_namespace_read_write/00_6float.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6float.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6integer.sh b/tests/results-doc/test_namespace_read_write/00_6integer.sh
index 173fab3..1205491 100644
--- a/tests/results-doc/test_namespace_read_write/00_6integer.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6ip.sh b/tests/results-doc/test_namespace_read_write/00_6ip.sh
index 7f727dd..9902529 100644
--- a/tests/results-doc/test_namespace_read_write/00_6ip.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6ip.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6network.sh b/tests/results-doc/test_namespace_read_write/00_6network.sh
index 82e1752..b526253 100644
--- a/tests/results-doc/test_namespace_read_write/00_6network.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6network.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6number.sh b/tests/results-doc/test_namespace_read_write/00_6number.sh
index 173fab3..1205491 100644
--- a/tests/results-doc/test_namespace_read_write/00_6number.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6port.sh b/tests/results-doc/test_namespace_read_write/00_6port.sh
index 4b5bcdd..e200114 100644
--- a/tests/results-doc/test_namespace_read_write/00_6port.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6port.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -76,7 +76,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -89,7 +89,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -97,7 +97,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m111[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A port variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -106,7 +106,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6regexp.sh b/tests/results-doc/test_namespace_read_write/00_6regexp.sh
index a95625f..51c2a2a 100644
--- a/tests/results-doc/test_namespace_read_write/00_6regexp.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6regexp.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6regexp_link.sh b/tests/results-doc/test_namespace_read_write/00_6regexp_link.sh
index c2205ba..0f69bdf 100644
--- a/tests/results-doc/test_namespace_read_write/00_6regexp_link.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6regexp_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6secret.sh b/tests/results-doc/test_namespace_read_write/00_6secret.sh
index 0c3cf3a..c75df90 100644
--- a/tests/results-doc/test_namespace_read_write/00_6secret.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6secret.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34msecrets[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6secret_param.sh b/tests/results-doc/test_namespace_read_write/00_6secret_param.sh
index eb9a791..e3e6e6d 100644
--- a/tests/results-doc/test_namespace_read_write/00_6secret_param.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6secret_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mALongS4cr4t[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_6string.sh b/tests/results-doc/test_namespace_read_write/00_6string.sh
index f1663b9..5c5347e 100644
--- a/tests/results-doc/test_namespace_read_write/00_6string.sh
+++ b/tests/results-doc/test_namespace_read_write/00_6string.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_7choice_quote.sh b/tests/results-doc/test_namespace_read_write/00_7choice_quote.sh
index cdc56bf..641b553 100644
--- a/tests/results-doc/test_namespace_read_write/00_7choice_quote.sh
+++ b/tests/results-doc/test_namespace_read_write/00_7choice_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_7help.sh b/tests/results-doc/test_namespace_read_write/00_7help.sh
index 8c1281a..43af3e0 100644
--- a/tests/results-doc/test_namespace_read_write/00_7help.sh
+++ b/tests/results-doc/test_namespace_read_write/00_7help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_7help_quote.sh b/tests/results-doc/test_namespace_read_write/00_7help_quote.sh
index 0e57bb7..cc503c8 100644
--- a/tests/results-doc/test_namespace_read_write/00_7help_quote.sh
+++ b/tests/results-doc/test_namespace_read_write/00_7help_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_7help_sup.sh b/tests/results-doc/test_namespace_read_write/00_7help_sup.sh
index 35782c0..9ecc734 100644
--- a/tests/results-doc/test_namespace_read_write/00_7help_sup.sh
+++ b/tests/results-doc/test_namespace_read_write/00_7help_sup.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first [0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second [0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_7value_doublequote.sh b/tests/results-doc/test_namespace_read_write/00_7value_doublequote.sh
index 629be3d..7ad210f 100644
--- a/tests/results-doc/test_namespace_read_write/00_7value_doublequote.sh
+++ b/tests/results-doc/test_namespace_read_write/00_7value_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_7value_doublequote2.sh b/tests/results-doc/test_namespace_read_write/00_7value_doublequote2.sh
index 6653f40..1cdd29a 100644
--- a/tests/results-doc/test_namespace_read_write/00_7value_doublequote2.sh
+++ b/tests/results-doc/test_namespace_read_write/00_7value_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_7value_doublequote3.sh b/tests/results-doc/test_namespace_read_write/00_7value_doublequote3.sh
index 17f58b5..c219168 100644
--- a/tests/results-doc/test_namespace_read_write/00_7value_doublequote3.sh
+++ b/tests/results-doc/test_namespace_read_write/00_7value_doublequote3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_7value_quote.sh b/tests/results-doc/test_namespace_read_write/00_7value_quote.sh
index 2edd9a2..d68a3c2 100644
--- a/tests/results-doc/test_namespace_read_write/00_7value_quote.sh
+++ b/tests/results-doc/test_namespace_read_write/00_7value_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_8calculation_information.sh b/tests/results-doc/test_namespace_read_write/00_8calculation_information.sh
index 5072022..39f7837 100644
--- a/tests/results-doc/test_namespace_read_write/00_8calculation_information.sh
+++ b/tests/results-doc/test_namespace_read_write/00_8calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_8calculation_namespace.sh b/tests/results-doc/test_namespace_read_write/00_8calculation_namespace.sh
index f5ed0c8..dc77ff2 100644
--- a/tests/results-doc/test_namespace_read_write/00_8calculation_namespace.sh
+++ b/tests/results-doc/test_namespace_read_write/00_8calculation_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_8calculation_param_namespace.sh b/tests/results-doc/test_namespace_read_write/00_8calculation_param_namespace.sh
index 9dacb16..eb8bc25 100644
--- a/tests/results-doc/test_namespace_read_write/00_8calculation_param_namespace.sh
+++ b/tests/results-doc/test_namespace_read_write/00_8calculation_param_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_8test.sh b/tests/results-doc/test_namespace_read_write/00_8test.sh
index a1bbbb0..802b125 100644
--- a/tests/results-doc/test_namespace_read_write/00_8test.sh
+++ b/tests/results-doc/test_namespace_read_write/00_8test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -78,7 +78,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9choice_variable_multi.sh b/tests/results-doc/test_namespace_read_write/00_9choice_variable_multi.sh
index 8c12508..9154910 100644
--- a/tests/results-doc/test_namespace_read_write/00_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9choice_variables.sh b/tests/results-doc/test_namespace_read_write/00_9choice_variables.sh
index ed891dc..9131043 100644
--- a/tests/results-doc/test_namespace_read_write/00_9choice_variables.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9choice_variables.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation.sh
index 21f6c3d..ab0745a 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation_information.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation_information.sh
index 308c680..4cd13eb 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation_information.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation_information_other_variable.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation_information_other_variable.sh
index 92919c1..e60afd3 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation_information_other_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional2.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional2.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional2.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional_default.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional_default.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional_default.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation_multi_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation_optional.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation_optional.sh
index dc8d2c4..c56a0f4 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation_optional.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_calculated_variable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation_optional_exists.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation_optional_exists.sh
index b085e0f..f3bad31 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation_optional_exists.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation_optional_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_calculation_param_optional.sh b/tests/results-doc/test_namespace_read_write/00_9default_calculation_param_optional.sh
index db53321..ebf4ee3 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_calculation_param_optional.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_calculation_param_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_information_other_variable.sh b/tests/results-doc/test_namespace_read_write/00_9default_information_other_variable.sh
index 28b1c4f..b92bf44 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_information_other_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_information_other_variable2.sh b/tests/results-doc/test_namespace_read_write/00_9default_information_other_variable2.sh
index 28b1c4f..b92bf44 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_information_other_variable2.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_information_other_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_integer.sh b/tests/results-doc/test_namespace_read_write/00_9default_integer.sh
index ef19450..ce82dbe 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_integer.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/00_9default_number.sh b/tests/results-doc/test_namespace_read_write/00_9default_number.sh
index ef19450..ce82dbe 100644
--- a/tests/results-doc/test_namespace_read_write/00_9default_number.sh
+++ b/tests/results-doc/test_namespace_read_write/00_9default_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_6boolean_multi.sh b/tests/results-doc/test_namespace_read_write/01_6boolean_multi.sh
index a42f7b7..8583f51 100644
--- a/tests/results-doc/test_namespace_read_write/01_6boolean_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/01_6boolean_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_6custom_multi.sh b/tests/results-doc/test_namespace_read_write/01_6custom_multi.sh
index b268189..6474d06 100644
--- a/tests/results-doc/test_namespace_read_write/01_6custom_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/01_6custom_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first custom variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_6float_multi.sh b/tests/results-doc/test_namespace_read_write/01_6float_multi.sh
index 8d81712..1d4135d 100644
--- a/tests/results-doc/test_namespace_read_write/01_6float_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/01_6float_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_6integer_multi.sh b/tests/results-doc/test_namespace_read_write/01_6integer_multi.sh
index ab45dfe..feb8409 100644
--- a/tests/results-doc/test_namespace_read_write/01_6integer_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/01_6integer_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_6integer_multi_mandatory.sh b/tests/results-doc/test_namespace_read_write/01_6integer_multi_mandatory.sh
index ee4eb43..005f60b 100644
--- a/tests/results-doc/test_namespace_read_write/01_6integer_multi_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write/01_6integer_multi_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -45,7 +45,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m42 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_6string_empty.sh b/tests/results-doc/test_namespace_read_write/01_6string_empty.sh
index 4f812e9..f908c9b 100644
--- a/tests/results-doc/test_namespace_read_write/01_6string_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/01_6string_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_6string_multi.sh b/tests/results-doc/test_namespace_read_write/01_6string_multi.sh
index 769196c..0e576c0 100644
--- a/tests/results-doc/test_namespace_read_write/01_6string_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/01_6string_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -77,7 +77,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_6string_multi_length.sh b/tests/results-doc/test_namespace_read_write/01_6string_multi_length.sh
index 05fcfb0..6ddcd73 100644
--- a/tests/results-doc/test_namespace_read_write/01_6string_multi_length.sh
+++ b/tests/results-doc/test_namespace_read_write/01_6string_multi_length.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_7value_multi_doublequote.sh b/tests/results-doc/test_namespace_read_write/01_7value_multi_doublequote.sh
index 5f44260..1b19942 100644
--- a/tests/results-doc/test_namespace_read_write/01_7value_multi_doublequote.sh
+++ b/tests/results-doc/test_namespace_read_write/01_7value_multi_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_7value_multi_doublequote2.sh b/tests/results-doc/test_namespace_read_write/01_7value_multi_doublequote2.sh
index e47cbb1..342df38 100644
--- a/tests/results-doc/test_namespace_read_write/01_7value_multi_doublequote2.sh
+++ b/tests/results-doc/test_namespace_read_write/01_7value_multi_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_7value_multi_quote.sh b/tests/results-doc/test_namespace_read_write/01_7value_multi_quote.sh
index cb2d5eb..a66c201 100644
--- a/tests/results-doc/test_namespace_read_write/01_7value_multi_quote.sh
+++ b/tests/results-doc/test_namespace_read_write/01_7value_multi_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_8calculation_information_multi.sh b/tests/results-doc/test_namespace_read_write/01_8calculation_information_multi.sh
index 5147876..63b68d9 100644
--- a/tests/results-doc/test_namespace_read_write/01_8calculation_information_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/01_8calculation_information_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -45,7 +45,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_9choice_variable_multi.sh b/tests/results-doc/test_namespace_read_write/01_9choice_variable_multi.sh
index 8433242..25960da 100644
--- a/tests/results-doc/test_namespace_read_write/01_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/01_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/01_9choice_variable_optional.sh b/tests/results-doc/test_namespace_read_write/01_9choice_variable_optional.sh
index 8447f4e..c70188b 100644
--- a/tests/results-doc/test_namespace_read_write/01_9choice_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write/01_9choice_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/02_0tags.sh b/tests/results-doc/test_namespace_read_write/02_0tags.sh
index 29875b2..c0aa678 100644
--- a/tests/results-doc/test_namespace_read_write/02_0tags.sh
+++ b/tests/results-doc/test_namespace_read_write/02_0tags.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_0type_param.sh b/tests/results-doc/test_namespace_read_write/04_0type_param.sh
index a08be83..4bd0a6a 100644
--- a/tests/results-doc/test_namespace_read_write/04_0type_param.sh
+++ b/tests/results-doc/test_namespace_read_write/04_0type_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_0type_param_integer.sh b/tests/results-doc/test_namespace_read_write/04_0type_param_integer.sh
index 635ccff..7ba5199 100644
--- a/tests/results-doc/test_namespace_read_write/04_0type_param_integer.sh
+++ b/tests/results-doc/test_namespace_read_write/04_0type_param_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1auto_save.sh b/tests/results-doc/test_namespace_read_write/04_1auto_save.sh
index 7b9274e..9665c7a 100644
--- a/tests/results-doc/test_namespace_read_write/04_1auto_save.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1auto_save.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1auto_save_and_calculated.sh b/tests/results-doc/test_namespace_read_write/04_1auto_save_and_calculated.sh
index 54a60a1..4668eda 100644
--- a/tests/results-doc/test_namespace_read_write/04_1auto_save_and_calculated.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1auto_save_and_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh b/tests/results-doc/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh
index e2751ab..2312047 100644
--- a/tests/results-doc/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1auto_save_and_calculated_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1auto_save_and_hidden.sh b/tests/results-doc/test_namespace_read_write/04_1auto_save_and_hidden.sh
index aeb8ecb..52120d1 100644
--- a/tests/results-doc/test_namespace_read_write/04_1auto_save_and_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1auto_save_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -50,9 +50,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden.sh b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden.sh
index 13930ad..23f4447 100644
--- a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,9 +49,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_2.sh b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_2.sh
index 13930ad..23f4447 100644
--- a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_2.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,9 +49,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_3.sh b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_3.sh
index dbed199..11a1189 100644
--- a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_3.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,9 +63,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_4.sh b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_4.sh
index 5ebe18a..7c5efb1 100644
--- a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_4.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,7 +63,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_5.sh b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_5.sh
index b83e7b0..91c9e45 100644
--- a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_5.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,9 +66,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_6.sh b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_6.sh
index bf06c12..bd7dcd6 100644
--- a/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_6.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1default_calculation_hidden_6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,7 +66,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_1jinja_and_hidden.sh b/tests/results-doc/test_namespace_read_write/04_1jinja_and_hidden.sh
index 8d4167d..d66847c 100644
--- a/tests/results-doc/test_namespace_read_write/04_1jinja_and_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/04_1jinja_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -60,9 +60,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation.sh
index 1e63188..83ac3a3 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_boolean.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_boolean.sh
index 8a55757..899a334 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_default.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_default.sh
index 74fa43d..c644362 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_default.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_multi.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_multi.sh
index 278d3df..1b8c193 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_optional.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_optional.sh
index dffdf34..35d6a09 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_optional.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,9 +66,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_optional_default.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_optional_default.sh
index 325415a..e987d84 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_optional_default.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -75,9 +75,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable.sh
index 35a457c..fe52f25 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable10.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable10.sh
index 85a61b6..cc84178 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable10.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable10.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable2.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable2.sh
index 85a61b6..cc84178 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable2.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable3.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable3.sh
index a4d6af4..abb54ab 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable3.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable4.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable4.sh
index 88bcd93..e255fe6 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable4.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable5.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable5.sh
index bf69cb7..b6f03b3 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable5.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,7 +59,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable6.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable6.sh
index f530f8b..e7481ca 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable6.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable7.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable7.sh
index 35a457c..fe52f25 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable7.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable7.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable8.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable8.sh
index 1f187a9..85307c3 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable8.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable8.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,9 +59,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable9.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable9.sh
index f530f8b..e7481ca 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable9.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable9.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_multi.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_multi.sh
index 0549e3f..ec038b6 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive.sh
index ce1cb48..c4bc0e2 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,9 +54,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_2.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_2.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_2.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_3.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_3.sh
index 55973a8..3cccffb 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_3.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_4.sh b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_4.sh
index 316c2bd..32c7e2e 100644
--- a/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_4.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5disabled_calculation_variable_transitive_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5hidden_calculation.sh b/tests/results-doc/test_namespace_read_write/04_5hidden_calculation.sh
index 4df2234..13ff106 100644
--- a/tests/results-doc/test_namespace_read_write/04_5hidden_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5hidden_calculation2.sh b/tests/results-doc/test_namespace_read_write/04_5hidden_calculation2.sh
index 3eb082d..b684256 100644
--- a/tests/results-doc/test_namespace_read_write/04_5hidden_calculation2.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5hidden_calculation2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -62,9 +62,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh b/tests/results-doc/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh
index 210e13f..1c7af3a 100644
--- a/tests/results-doc/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5hidden_calculation_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5validators.sh b/tests/results-doc/test_namespace_read_write/04_5validators.sh
index 50feaba..30a535f 100644
--- a/tests/results-doc/test_namespace_read_write/04_5validators.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5validators.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m42[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5validators_differ.sh b/tests/results-doc/test_namespace_read_write/04_5validators_differ.sh
index 4047ed9..d572fda 100644
--- a/tests/results-doc/test_namespace_read_write/04_5validators_differ.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5validators_differ.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5validators_multi.sh b/tests/results-doc/test_namespace_read_write/04_5validators_multi.sh
index f39fb7a..5fa1902 100644
--- a/tests/results-doc/test_namespace_read_write/04_5validators_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5validators_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5validators_multi2.sh b/tests/results-doc/test_namespace_read_write/04_5validators_multi2.sh
index 05567e9..ea4d9c9 100644
--- a/tests/results-doc/test_namespace_read_write/04_5validators_multi2.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5validators_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5validators_multi3.sh b/tests/results-doc/test_namespace_read_write/04_5validators_multi3.sh
index c0cba07..13a0f6a 100644
--- a/tests/results-doc/test_namespace_read_write/04_5validators_multi3.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5validators_multi3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5validators_warnings.sh b/tests/results-doc/test_namespace_read_write/04_5validators_warnings.sh
index aeb771f..296cf7a 100644
--- a/tests/results-doc/test_namespace_read_write/04_5validators_warnings.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5validators_warnings.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/04_5validators_warnings_all.sh b/tests/results-doc/test_namespace_read_write/04_5validators_warnings_all.sh
index 775d2d5..4cac2f3 100644
--- a/tests/results-doc/test_namespace_read_write/04_5validators_warnings_all.sh
+++ b/tests/results-doc/test_namespace_read_write/04_5validators_warnings_all.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/05_0multi_not_uniq.sh b/tests/results-doc/test_namespace_read_write/05_0multi_not_uniq.sh
index 33ae9e8..9a4f91a 100644
--- a/tests/results-doc/test_namespace_read_write/05_0multi_not_uniq.sh
+++ b/tests/results-doc/test_namespace_read_write/05_0multi_not_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/05_0multi_uniq.sh b/tests/results-doc/test_namespace_read_write/05_0multi_uniq.sh
index fa51a7a..11b5712 100644
--- a/tests/results-doc/test_namespace_read_write/05_0multi_uniq.sh
+++ b/tests/results-doc/test_namespace_read_write/05_0multi_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/12_1auto_save_expert.sh b/tests/results-doc/test_namespace_read_write/12_1auto_save_expert.sh
index f31d8f1..c1eb70e 100644
--- a/tests/results-doc/test_namespace_read_write/12_1auto_save_expert.sh
+++ b/tests/results-doc/test_namespace_read_write/12_1auto_save_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_0redefine_description.sh b/tests/results-doc/test_namespace_read_write/16_0redefine_description.sh
index 1ef7cf0..ac6c0bc 100644
--- a/tests/results-doc/test_namespace_read_write/16_0redefine_description.sh
+++ b/tests/results-doc/test_namespace_read_write/16_0redefine_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefined[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_2family_redefine_calculation.sh b/tests/results-doc/test_namespace_read_write/16_2family_redefine_calculation.sh
index 02b1d0a..b9b1bb7 100644
--- a/tests/results-doc/test_namespace_read_write/16_2family_redefine_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/16_2family_redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_2family_redefine_disabled.sh b/tests/results-doc/test_namespace_read_write/16_2family_redefine_disabled.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write/16_2family_redefine_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write/16_2family_redefine_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_3family_empty_at_ends.sh b/tests/results-doc/test_namespace_read_write/16_3family_empty_at_ends.sh
index 18a5d64..20276fe 100644
--- a/tests/results-doc/test_namespace_read_write/16_3family_empty_at_ends.sh
+++ b/tests/results-doc/test_namespace_read_write/16_3family_empty_at_ends.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5exists_nonexists.sh b/tests/results-doc/test_namespace_read_write/16_5exists_nonexists.sh
index ae4d5b0..fb12ae9 100644
--- a/tests/results-doc/test_namespace_read_write/16_5exists_nonexists.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5exists_nonexists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5exists_redefine.sh b/tests/results-doc/test_namespace_read_write/16_5exists_redefine.sh
index 4eacd11..19eb268 100644
--- a/tests/results-doc/test_namespace_read_write/16_5exists_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5exists_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_calculation.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_calculation.sh
index 81f5165..666a591 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_choice.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_choice.sh
index 89c401a..91363e8 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_choice.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_default.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_default.sh
index 01f00d2..1947e0a 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_default.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_default_calculation.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_default_calculation.sh
index f530f8b..e7481ca 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_family.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_family.sh
index 167f542..d7e9665 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_family.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# New description[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_help.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_help.sh
index 95c5ad5..fabff1f 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_help.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefine help[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_hidden.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_hidden.sh
index d4221f8..a0e31a9 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_multi.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_multi.sh
index fa51a7a..11b5712 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh b/tests/results-doc/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh
index 74571e9..9391023 100644
--- a/tests/results-doc/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5redefine_remove_disable_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_5test_redefine.sh b/tests/results-doc/test_namespace_read_write/16_5test_redefine.sh
index 4e2ce70..ab8ebfd 100644
--- a/tests/results-doc/test_namespace_read_write/16_5test_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write/16_5test_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_6choice_redefine.sh b/tests/results-doc/test_namespace_read_write/16_6choice_redefine.sh
index b902a41..b17d1af 100644
--- a/tests/results-doc/test_namespace_read_write/16_6choice_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write/16_6choice_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16_6exists_family.sh b/tests/results-doc/test_namespace_read_write/16_6exists_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write/16_6exists_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write/16_6exists_redefine_family.sh b/tests/results-doc/test_namespace_read_write/16_6exists_redefine_family.sh
index 1d57029..6cbd6e6 100644
--- a/tests/results-doc/test_namespace_read_write/16_6exists_redefine_family.sh
+++ b/tests/results-doc/test_namespace_read_write/16_6exists_redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/16exists_exists.sh b/tests/results-doc/test_namespace_read_write/16exists_exists.sh
index 79d0b0e..cbbc074 100644
--- a/tests/results-doc/test_namespace_read_write/16exists_exists.sh
+++ b/tests/results-doc/test_namespace_read_write/16exists_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Description[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/17_5redefine_leadership.sh b/tests/results-doc/test_namespace_read_write/17_5redefine_leadership.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write/17_5redefine_leadership.sh
+++ b/tests/results-doc/test_namespace_read_write/17_5redefine_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_0empty_family.sh b/tests/results-doc/test_namespace_read_write/20_0empty_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write/20_0empty_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write/20_0family_append.sh b/tests/results-doc/test_namespace_read_write/20_0family_append.sh
index 02d5642..d608442 100644
--- a/tests/results-doc/test_namespace_read_write/20_0family_append.sh
+++ b/tests/results-doc/test_namespace_read_write/20_0family_append.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_0family_underscore.sh b/tests/results-doc/test_namespace_read_write/20_0family_underscore.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write/20_0family_underscore.sh
+++ b/tests/results-doc/test_namespace_read_write/20_0family_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_0multi_family.sh b/tests/results-doc/test_namespace_read_write/20_0multi_family.sh
index d8e1dd1..c89fd43 100644
--- a/tests/results-doc/test_namespace_read_write/20_0multi_family.sh
+++ b/tests/results-doc/test_namespace_read_write/20_0multi_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_0multi_family_basic.sh b/tests/results-doc/test_namespace_read_write/20_0multi_family_basic.sh
index 8890bb1..f305d11 100644
--- a/tests/results-doc/test_namespace_read_write/20_0multi_family_basic.sh
+++ b/tests/results-doc/test_namespace_read_write/20_0multi_family_basic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_0multi_family_expert.sh b/tests/results-doc/test_namespace_read_write/20_0multi_family_expert.sh
index 02a2ef7..36e7470 100644
--- a/tests/results-doc/test_namespace_read_write/20_0multi_family_expert.sh
+++ b/tests/results-doc/test_namespace_read_write/20_0multi_family_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_0multi_family_order.sh b/tests/results-doc/test_namespace_read_write/20_0multi_family_order.sh
index bb5ad73..285b2f0 100644
--- a/tests/results-doc/test_namespace_read_write/20_0multi_family_order.sh
+++ b/tests/results-doc/test_namespace_read_write/20_0multi_family_order.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_0validators_differ_redefine.sh b/tests/results-doc/test_namespace_read_write/20_0validators_differ_redefine.sh
index 8decbf3..0c464c9 100644
--- a/tests/results-doc/test_namespace_read_write/20_0validators_differ_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write/20_0validators_differ_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_1empty_subfamily.sh b/tests/results-doc/test_namespace_read_write/20_1empty_subfamily.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write/20_1empty_subfamily.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write/20_2family_looks_like_dynamic.sh b/tests/results-doc/test_namespace_read_write/20_2family_looks_like_dynamic.sh
index c2504da..670d88f 100644
--- a/tests/results-doc/test_namespace_read_write/20_2family_looks_like_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write/20_2family_looks_like_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,9 +46,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_2family_looks_like_variable.sh b/tests/results-doc/test_namespace_read_write/20_2family_looks_like_variable.sh
index 4667d8a..adceb97 100644
--- a/tests/results-doc/test_namespace_read_write/20_2family_looks_like_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/20_2family_looks_like_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_7help_family.sh b/tests/results-doc/test_namespace_read_write/20_7help_family.sh
index 4ee3e13..fe8f17d 100644
--- a/tests/results-doc/test_namespace_read_write/20_7help_family.sh
+++ b/tests/results-doc/test_namespace_read_write/20_7help_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/20_9default_information_parent.sh b/tests/results-doc/test_namespace_read_write/20_9default_information_parent.sh
index 067fdd0..551d58b 100644
--- a/tests/results-doc/test_namespace_read_write/20_9default_information_parent.sh
+++ b/tests/results-doc/test_namespace_read_write/20_9default_information_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition.sh b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition.sh
index a5b470c..731b203 100644
--- a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition.sh
+++ b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Possibly hidden family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_boolean.sh b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_boolean.sh
index df2fbae..61f2d18 100644
--- a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -64,9 +64,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh
index f449c3c..917c3fc 100644
--- a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh
index a9e34a3..b5d9a39 100644
--- a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -74,9 +74,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh
index 1aa8d62..62f15a8 100644
--- a/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/24_0family_hidden_condition_with_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -73,9 +73,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh b/tests/results-doc/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh
index 5963cc6..a28c8d5 100644
--- a/tests/results-doc/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msub_family[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A subfamily[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_0family_mandatory_condition.sh b/tests/results-doc/test_namespace_read_write/24_0family_mandatory_condition.sh
index eab31f4..98a9829 100644
--- a/tests/results-doc/test_namespace_read_write/24_0family_mandatory_condition.sh
+++ b/tests/results-doc/test_namespace_read_write/24_0family_mandatory_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_0family_mandatory_condition_variable.sh b/tests/results-doc/test_namespace_read_write/24_0family_mandatory_condition_variable.sh
index da0a11f..d0ff184 100644
--- a/tests/results-doc/test_namespace_read_write/24_0family_mandatory_condition_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/24_0family_mandatory_condition_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_7validators_variable_optional.sh b/tests/results-doc/test_namespace_read_write/24_7validators_variable_optional.sh
index 6c10441..bb984c4 100644
--- a/tests/results-doc/test_namespace_read_write/24_7validators_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write/24_7validators_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mgeneral[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m5[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/24_family_disabled_var_hidden.sh b/tests/results-doc/test_namespace_read_write/24_family_disabled_var_hidden.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write/24_family_disabled_var_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/24_family_disabled_var_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership.sh b/tests/results-doc/test_namespace_read_write/40_0leadership.sh
index 1cc86b8..03a7341 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_diff_name.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_diff_name.sh
index ca83f9a..21c740e 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_diff_name.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership_diff_name.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_empty.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_calculation.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_calculation.sh
index c426654..8f41002 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_submulti.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_submulti.sh
index 0df0c03..05c917b 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_submulti.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_submulti.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh
index 8c78f11..e3bc93d 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_value.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_value.sh
index e630684..f6b4121 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_value.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership_follower_default_value.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_leader_follower.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_leader_follower.sh
index b8340e5..1ca20ae 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_leader_follower.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_leader_not_multi.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_leader_not_multi.sh
index ed3081f..67b7888 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_leader_not_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership_leader_not_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -84,7 +84,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_0leadership_reduce.sh b/tests/results-doc/test_namespace_read_write/40_0leadership_reduce.sh
index 50ef2b1..33cd51a 100644
--- a/tests/results-doc/test_namespace_read_write/40_0leadership_reduce.sh
+++ b/tests/results-doc/test_namespace_read_write/40_0leadership_reduce.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_1leadership_append_follower.sh b/tests/results-doc/test_namespace_read_write/40_1leadership_append_follower.sh
index 38c7179..e7b3565 100644
--- a/tests/results-doc/test_namespace_read_write/40_1leadership_append_follower.sh
+++ b/tests/results-doc/test_namespace_read_write/40_1leadership_append_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower3[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_index.sh b/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_index.sh
index 7f57fb5..ad0d9f1 100644
--- a/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_index.sh
+++ b/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_index_2.sh b/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_index_2.sh
index 7f57fb5..ad0d9f1 100644
--- a/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_index_2.sh
+++ b/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_index_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_param_index.sh b/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_param_index.sh
index 49c4dce..b9b6742 100644
--- a/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_param_index.sh
+++ b/tests/results-doc/test_namespace_read_write/40_2leadership_calculation_param_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_2leadership_leader_calculation.sh b/tests/results-doc/test_namespace_read_write/40_2leadership_leader_calculation.sh
index a16b4d1..1cfa05d 100644
--- a/tests/results-doc/test_namespace_read_write/40_2leadership_leader_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/40_2leadership_leader_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_6leadership_follower_multi.sh b/tests/results-doc/test_namespace_read_write/40_6leadership_follower_multi.sh
index aa7cfb8..1093b59 100644
--- a/tests/results-doc/test_namespace_read_write/40_6leadership_follower_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/40_6leadership_follower_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.sh b/tests/results-doc/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.sh
index 7ed0b22..f96b09f 100644
--- a/tests/results-doc/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_8calculation_boolean.sh b/tests/results-doc/test_namespace_read_write/40_8calculation_boolean.sh
index 1e96b81..2356def 100644
--- a/tests/results-doc/test_namespace_read_write/40_8calculation_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write/40_8calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_8calculation_boolean_return_none.sh b/tests/results-doc/test_namespace_read_write/40_8calculation_boolean_return_none.sh
index 8031d13..c209504 100644
--- a/tests/results-doc/test_namespace_read_write/40_8calculation_boolean_return_none.sh
+++ b/tests/results-doc/test_namespace_read_write/40_8calculation_boolean_return_none.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_8calculation_integer.sh b/tests/results-doc/test_namespace_read_write/40_8calculation_integer.sh
index 0238874..b44262b 100644
--- a/tests/results-doc/test_namespace_read_write/40_8calculation_integer.sh
+++ b/tests/results-doc/test_namespace_read_write/40_8calculation_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable.sh b/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable.sh
index 0b68b3b..58aaceb 100644
--- a/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,9 +53,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable_parent.sh b/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable_parent.sh
index ca71715..7867371 100644
--- a/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable_parent.sh
+++ b/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh b/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh
index 0480d9c..2b903c5 100644
--- a/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh
+++ b/tests/results-doc/test_namespace_read_write/40_8calculation_multi_variable_parent2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results-doc/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.sh
index 7c538c7..a3cae59 100644
--- a/tests/results-doc/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.sh
index bf43c63..bf9dbb5 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.sh
index bf43c63..bf9dbb5 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.sh
index c8f81aa..b8263ab 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower.sh
index 6bae309..ab3cfee 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,9 +60,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.sh
index e5514a9..bb6f8dd 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.sh
index e5514a9..bb6f8dd 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader.sh
index e43d6a2..5bf3e0e 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-outside-leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,9 +61,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable.sh
index 3b0508d..1d0687a 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,9 +63,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.sh
index 97fffe5..9d5e018 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.sh
index 42323dd..a4b0d76 100644
--- a/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.sh
+++ b/tests/results-doc/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/41_0choice_leader.sh b/tests/results-doc/test_namespace_read_write/41_0choice_leader.sh
index 48fd135..15fa161 100644
--- a/tests/results-doc/test_namespace_read_write/41_0choice_leader.sh
+++ b/tests/results-doc/test_namespace_read_write/41_0choice_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_0leadership_hidden.sh b/tests/results-doc/test_namespace_read_write/44_0leadership_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write/44_0leadership_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/44_0leadership_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_0leadership_leader_hidden.sh b/tests/results-doc/test_namespace_read_write/44_0leadership_leader_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write/44_0leadership_leader_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/44_0leadership_leader_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_1leadership_append_hidden_follower.sh b/tests/results-doc/test_namespace_read_write/44_1leadership_append_hidden_follower.sh
index a2f9498..f39afdc 100644
--- a/tests/results-doc/test_namespace_read_write/44_1leadership_append_hidden_follower.sh
+++ b/tests/results-doc/test_namespace_read_write/44_1leadership_append_hidden_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_4disabled_calcultion_follower.sh b/tests/results-doc/test_namespace_read_write/44_4disabled_calcultion_follower.sh
index 93415fe..1c74928 100644
--- a/tests/results-doc/test_namespace_read_write/44_4disabled_calcultion_follower.sh
+++ b/tests/results-doc/test_namespace_read_write/44_4disabled_calcultion_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_4disabled_calcultion_follower_index.sh b/tests/results-doc/test_namespace_read_write/44_4disabled_calcultion_follower_index.sh
index cd3f2ad..6816935 100644
--- a/tests/results-doc/test_namespace_read_write/44_4disabled_calcultion_follower_index.sh
+++ b/tests/results-doc/test_namespace_read_write/44_4disabled_calcultion_follower_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_4leadership_mandatory.sh b/tests/results-doc/test_namespace_read_write/44_4leadership_mandatory.sh
index 9cfd6cb..9adaa57 100644
--- a/tests/results-doc/test_namespace_read_write/44_4leadership_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write/44_4leadership_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_4leadership_mandatory_follower.sh b/tests/results-doc/test_namespace_read_write/44_4leadership_mandatory_follower.sh
index 68699cf..f9b714a 100644
--- a/tests/results-doc/test_namespace_read_write/44_4leadership_mandatory_follower.sh
+++ b/tests/results-doc/test_namespace_read_write/44_4leadership_mandatory_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,9 +46,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh b/tests/results-doc/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh
index adf8eb5..676a00c 100644
--- a/tests/results-doc/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/44_5leadership_leader_hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh b/tests/results-doc/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh
index bdbc512..02bdfa1 100644
--- a/tests/results-doc/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write/44_6leadership_follower_disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/44_9calculated_default_leadership_leader.sh b/tests/results-doc/test_namespace_read_write/44_9calculated_default_leadership_leader.sh
index 22e2679..b9d29b1 100644
--- a/tests/results-doc/test_namespace_read_write/44_9calculated_default_leadership_leader.sh
+++ b/tests/results-doc/test_namespace_read_write/44_9calculated_default_leadership_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,9 +53,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic.sh
index ebe5fb1..7da24ee 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0.sh
index 31c266f..a1cbd73 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,9 +54,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh
index 55766c2..e21fe94 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_type.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_type.sh
index 25c8bac..b97d824 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_type.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_type.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh
index 63fd37c..ee71d50 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_1.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_1.sh
index 1355084..4ee600d 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_1.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_1.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh
index a8ccef7..e1085d1 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_1_1_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_empty.sh
index 9e15bfd..9e7e563 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynexample[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_forbidden_char.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_forbidden_char.sh
index d1a3e27..be64035 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_forbidden_char.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_forbidden_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.sh
index d0a0242..c226336 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,9 +72,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty2.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty2.sh
index fd32646..2571db7 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,9 +74,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_number.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_number.sh
index 25479d7..94c8fc6 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_number.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_jinja_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_no_description.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_no_description.sh
index 3c053f2..220e8db 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_no_description.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_no_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh
index 0ef61e5..509346b 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_no_description_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_source_hidden.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_source_hidden.sh
index 477ccef..3c5100f 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_source_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_source_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -70,7 +70,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_static.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_static.sh
index a608bbc..26f6fa6 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_static.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_static.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_test.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_test.sh
index 0bdd83d..5e7753c 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_test.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_upper_char.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_upper_char.sh
index c579d41..d39d4e0 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_upper_char.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_upper_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_empty.sh
index 43ff2b7..5657048 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_optional.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_optional.sh
index 1d15045..14460c4 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh
index 3f3e96e..e0f8918 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,9 +57,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh
index 9780fb8..5418d7e 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_empty.sh b/tests/results-doc/test_namespace_read_write/60_0family_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write/60_0family_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_hidden.sh b/tests/results-doc/test_namespace_read_write/60_0family_hidden.sh
index 0568fd8..3c57ab7 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -55,9 +55,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_0family_mode.sh b/tests/results-doc/test_namespace_read_write/60_0family_mode.sh
index 1cef152..90e6b24 100644
--- a/tests/results-doc/test_namespace_read_write/60_0family_mode.sh
+++ b/tests/results-doc/test_namespace_read_write/60_0family_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_1family_dynamic_jinja.sh b/tests/results-doc/test_namespace_read_write/60_1family_dynamic_jinja.sh
index b185180..fadd27d 100644
--- a/tests/results-doc/test_namespace_read_write/60_1family_dynamic_jinja.sh
+++ b/tests/results-doc/test_namespace_read_write/60_1family_dynamic_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh
index bbd7fa6..6569bc8 100644
--- a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh
+++ b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh
index 016599c..189b62c 100644
--- a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -62,7 +62,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -75,9 +75,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
index 2067377..2a1af74 100644
--- a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -64,7 +64,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -77,9 +77,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh
index 011f641..f429bb1 100644
--- a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_outside_calc.sh b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_outside_calc.sh
index 30673d7..82134ed 100644
--- a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_outside_calc.sh
+++ b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_outside_calc.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,9 +63,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh
index d42b858..baa3a5f 100644
--- a/tests/results-doc/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,9 +65,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc2.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc2.sh
index a414490..d8b9b45 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh
index dc1ece3..b277fef 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_description.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_description.sh
index b637783..4542003 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_description.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for val2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_identifier.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_identifier.sh
index bd627c1..1ef6df6 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_identifier.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -69,7 +69,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -80,7 +80,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -92,9 +92,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_identifier_multi.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_identifier_multi.sh
index 7c27a43..f440b47 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_identifier_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_identifier_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -95,9 +95,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -106,7 +106,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh
index 62c2f96..b8f643b 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh
index bf04222..d7325d1 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh
index 08b9600..b2534e0 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh
index 422c9fc..975f2a8 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.sh
index 9da2eef..c2a30ab 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled3.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled3.sh
index c7fa4f3..10df825 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled3.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh
index a33661f..d1d7d1c 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -79,7 +79,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.sh
index 9a50eda..25b31b9 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.sh
index 601652d..3dd9f31 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh
index cb52ccd..997fa91 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,9 +82,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh
index a89972c..44c54da 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,9 +82,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh
index d83b37c..7416ba0 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -58,7 +58,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -88,9 +88,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh
index b7fb3e3..3d4ab69 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh
index 49bfeb8..57c519b 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,9 +57,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable.sh
index 62c2f96..b8f643b 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.sh
index 01aa58a..158d91f 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.sh
index 9b99343..58015d3 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh
index a33661f..d1d7d1c 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -79,7 +79,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh
index 3f630d5..ac84645 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_hidden_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -81,9 +81,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh
index 83176dc..7d4eb48 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_unknown_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh
index 2c81e28..9555aaa 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,9 +87,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -98,7 +98,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside.sh
index d8b24fb..973504d 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,9 +84,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh
index 2c54b48..13b43d9 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -66,7 +66,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -79,9 +79,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh
index ecb27da..e2434bb 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -68,7 +68,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -81,9 +81,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.sh
index d8b24fb..973504d 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,9 +84,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh
index cdc2668..e290543 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -73,7 +73,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -86,9 +86,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -97,7 +97,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh
index 27990cf..8448a4a 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,9 +66,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh
index 9cbee2b..daac0bc 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,9 +68,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh
index 4160697..66eab16 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -85,7 +85,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -98,9 +98,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -109,7 +109,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
index 7d326b6..5584a1f 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -91,7 +91,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -104,9 +104,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -115,7 +115,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh
index c76605a..dc3f618 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,9 +69,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh
index 4a9f3d0..e9d9f63 100644
--- a/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,9 +73,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside.sh
index 5896fbf..73ee7cb 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -63,7 +63,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -76,9 +76,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside_empty.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside_empty.sh
index 075a095..34a2bb3 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside_identifier.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside_identifier.sh
index a5b3ce6..3c00b7a 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside_identifier.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_inside_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_leadership.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_leadership.sh
index 8fdf7e9..bc127a4 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_leadership.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -85,7 +85,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleadership[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -94,7 +94,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh
index 2e774de..8968647 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_leadership_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,7 +74,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleadership[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh
index b3c967d..8d57be9 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,9 +90,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh
index b3c967d..8d57be9 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,9 +90,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.sh
index c2af397..03dbb9a 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh
index f9d3753..4e50b43 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -79,7 +79,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -92,9 +92,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.sh
index 5c86258..ba57316 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -85,9 +85,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.sh
index 12af9fd..76c36cf 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.sh
index 766cf55..ff3da58 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_6family_subdynamic_inside.sh b/tests/results-doc/test_namespace_read_write/60_6family_subdynamic_inside.sh
index c193e81..22419c8 100644
--- a/tests/results-doc/test_namespace_read_write/60_6family_subdynamic_inside.sh
+++ b/tests/results-doc/test_namespace_read_write/60_6family_subdynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -70,7 +70,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -100,7 +100,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -109,7 +109,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/60_9family_dynamic_calc_both.sh b/tests/results-doc/test_namespace_read_write/60_9family_dynamic_calc_both.sh
index 8609726..9d047bc 100644
--- a/tests/results-doc/test_namespace_read_write/60_9family_dynamic_calc_both.sh
+++ b/tests/results-doc/test_namespace_read_write/60_9family_dynamic_calc_both.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write/68_0family_leadership_mode.sh b/tests/results-doc/test_namespace_read_write/68_0family_leadership_mode.sh
index 0d9bbd2..6d35ad6 100644
--- a/tests/results-doc/test_namespace_read_write/68_0family_leadership_mode.sh
+++ b/tests/results-doc/test_namespace_read_write/68_0family_leadership_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable_default_version.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable_default_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable_default_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable_remove_version.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable_remove_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_0no_variable_remove_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_0version_underscore.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_0version_underscore.sh
index c537e15..df22455 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_0version_underscore.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_0version_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_1empty_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_1empty_variable.sh
index eec908f..91c3993 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_1empty_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_1empty_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -20,7 +20,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -33,7 +33,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -41,7 +41,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mempty[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated.sh
index 608e0cd..4456232 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_multi.sh
index d866939..5498234 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.sh
index 0da6054..c1495d6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -71,7 +71,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -79,7 +79,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable.sh
index 68f77d1..3be8fe4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain2.lan [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.sh
index d133470..d30b001 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.sh
index 1345d86..0ccba76 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.sh
index fdfbbef..cd29f82 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain2.lan [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_4load_subfolder.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_4load_subfolder.sh
index 9b65474..051c67e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_4load_subfolder.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_4load_subfolder.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_5load_notype.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_5load_notype.sh
index 8095e25..503e16a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_5load_notype.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_5load_notype.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mwithout_type[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6boolean.sh
index 289fba8..1be98e6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.sh
index 0b4a5d0..e5860db 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice.sh
index f934415..e9550ee 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_calculation.sh
index b74d29a..908bfdb 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m0[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_link.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_link.sh
index 3f42381..8a7b41e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_link.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable.sh
index 072d9d4..377fa32 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable_link.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable_link.sh
index ee0375c..3d32e12 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable_link.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable_link2.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable_link2.sh
index 07f00c2..a2b0911 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable_link2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6choice_variable_link2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -78,7 +78,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6custom.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6custom.sh
index f389df9..f2de410 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6custom.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6custom.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The seconf variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6domainname.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6domainname.sh
index 90f138d..a3991ba 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6domainname.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6domainname.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A domain name variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6domainname_params.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6domainname_params.sh
index 0dbce6d..a876f3b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6domainname_params.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6domainname_params.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mdomain1.lan[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A domain name variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6float.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6float.sh
index 27714df..d259d9f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6float.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6float.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6integer.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6integer.sh
index 529ec0b..999050c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6integer.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6ip.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6ip.sh
index f992d36..979a670 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6ip.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6ip.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m192.168.1.6/24[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An IP in CIDR format[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m192.168.1.6/24[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An IP in CIDR format with obsolete CID[0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6network.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6network.sh
index 961a135..3b9b907 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6network.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6network.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m192.168.1.6/32[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An network in CIDR format[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m192.168.1.6/32[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An network in CIDR format with obsolet[0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6number.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6number.sh
index 529ec0b..999050c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6number.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar5[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The fifth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar6[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The sixth variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6port.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6port.sh
index f0d95b9..4ca858d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6port.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6port.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -76,7 +76,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -89,7 +89,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -99,7 +99,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m80[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A port variable with default value[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m80[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A port variable with integer default v[0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -108,7 +108,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6regexp.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6regexp.sh
index c788447..19baa63 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6regexp.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6regexp.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m#b1b1b1[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6regexp_link.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6regexp_link.sh
index be868c7..72b12cc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6regexp_link.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6regexp_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m#b1b1b1[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m#b2b1b1[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6secret.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6secret.sh
index c280d53..1ef1611 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6secret.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6secret.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues_len1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues_len1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6secret_param.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6secret_param.sh
index 5a1f204..1dbcd40 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6secret_param.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6secret_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34monE7vaLues[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_6string.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_6string.sh
index ea9bb4f..82cd212 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_6string.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_6string.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar7[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The seventh variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar8[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The height variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_7choice_quote.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_7choice_quote.sh
index 1d0195c..89d45c2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_7choice_quote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_7choice_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -45,7 +45,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mquote'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A choice[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_7help.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_7help.sh
index a6f9383..78e9763 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_7help.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_7help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_7help_quote.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_7help_quote.sh
index e042d27..b39347f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_7help_quote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_7help_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_7help_sup.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_7help_sup.sh
index 9c0d157..a96e4a8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_7help_sup.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_7help_sup.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first [0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second [0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote.sh
index fe924a8..481f2de 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote2.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote2.sh
index ae81b29..cbbfab5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote3.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote3.sh
index 52d32c0..ff12503 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_7value_doublequote3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_7value_quote.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_7value_quote.sh
index 76ca020..dbd59cc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_7value_quote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_7value_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_information.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_information.sh
index d3e25b4..41967c3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_information.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_namespace.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_namespace.sh
index 3daea4b..c8a1c01 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_namespace.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_param_namespace.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_param_namespace.sh
index 8a1a58f..020b756 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_param_namespace.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_8calculation_param_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_8test.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_8test.sh
index 5eccec5..e0f32f5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_8test.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_8test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9choice_variable_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9choice_variable_multi.sh
index 47b7786..a351ed4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9choice_variables.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9choice_variables.sh
index 214525e..d18693c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9choice_variables.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9choice_variables.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msource_variable_2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second source variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_variable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation.sh
index 68a7eb2..cdad6ee 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_information.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_information.sh
index f491f95..bee4592 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_information.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.sh
index 3b700a2..6c104c8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.sh
index f5791ac..8a94e18 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.sh
index f5791ac..8a94e18 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.sh
index f5791ac..8a94e18 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_optional.sh
index 8dead24..e467ea4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.sh
index a71f84d..a6866a6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.sh
index e9064bd..acc159a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_information_other_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_information_other_variable.sh
index 7b1ef1c..52a212c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_information_other_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_information_other_variable2.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_information_other_variable2.sh
index 7b1ef1c..52a212c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_information_other_variable2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_information_other_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_integer.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_integer.sh
index 827710c..0787893 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_integer.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m0[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_number.sh b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_number.sh
index 827710c..0787893 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/00_9default_number.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/00_9default_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m0[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_6boolean_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_6boolean_multi.sh
index 67fadf1..467b44f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_6boolean_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_6boolean_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar8[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The eighth variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_6custom_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_6custom_multi.sh
index 07032c2..d30fac5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_6custom_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_6custom_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_6float_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_6float_multi.sh
index f2d4490..6492345 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_6float_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_6float_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -103,7 +103,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m2.2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3.3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -112,7 +112,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_6integer_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_6integer_multi.sh
index 71e8b4d..da3649b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_6integer_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_6integer_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -103,7 +103,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -112,7 +112,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.sh
index 4f5c734..3f2fcfe 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_6string_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_6string_empty.sh
index 7787eaf..b862c46 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_6string_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_6string_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_6string_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_6string_multi.sh
index fe45994..bd17878 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_6string_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_6string_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -103,7 +103,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -112,7 +112,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_6string_multi_length.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_6string_multi_length.sh
index 650232c..b6f42e2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_6string_multi_length.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_6string_multi_length.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_doublequote.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_doublequote.sh
index 57d97e3..63aa854 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_doublequote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.sh
index c84c97a..f4f73af 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_quote.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_quote.sh
index ea32792..6e16f25 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_quote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_7value_multi_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_8calculation_information_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_8calculation_information_multi.sh
index 87dd3e1..a08709c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_8calculation_information_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_8calculation_information_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_9choice_variable_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_9choice_variable_multi.sh
index d13d651..f78e567 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/01_9choice_variable_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory/01_9choice_variable_optional.sh
index fe5f2d3..81f3e3c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/01_9choice_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/01_9choice_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -45,7 +45,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/02_0tags.sh b/tests/results-doc/test_namespace_read_write_mandatory/02_0tags.sh
index b4f4fc1..dacfd07 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/02_0tags.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/02_0tags.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_0type_param.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_0type_param.sh
index b8864f5..89867d4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_0type_param.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_0type_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A limited number[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_0type_param_integer.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_0type_param_integer.sh
index 1c96fef..71b250f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_0type_param_integer.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_0type_param_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A limited integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save.sh
index 7b9274e..9665c7a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.sh
index f2e93ca..9196e41 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.sh
index 980c7d1..9536932 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.sh
index aeb8ecb..52120d1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1auto_save_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -50,9 +50,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden.sh
index 4cfb0f7..b7fb937 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.sh
index 4cfb0f7..b7fb937 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.sh
index 02dec0e..9673ec9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,7 +63,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.sh
index 72b704a..eeb1b97 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,7 +63,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.sh
index a8d62c6..0549ca3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,7 +66,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -75,7 +75,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.sh
index 7ae0577..2b5f690 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,7 +66,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_1jinja_and_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_1jinja_and_hidden.sh
index 8d4167d..d66847c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_1jinja_and_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_1jinja_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -60,9 +60,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation.sh
index 93f7e5b..8edb79a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.sh
index e0adbd9..d5b87b2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A conditional variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_default.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_default.sh
index e34adbb..4161504 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_default.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.sh
index 3a6e0c7..e6cf921 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.sh
index c872c66..6ae0720 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -65,7 +65,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.sh
index 1e3df14..cf66d0c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -77,7 +77,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.sh
index eca187f..5bcdce1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.sh
index 69e6bc4..e327d77 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.sh
index 69e6bc4..e327d77 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.sh
index cc57860..58d612c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.sh
index 4f77c30..d16e043 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.sh
index 402f7db..5fc542f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,7 +59,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.sh
index eca187f..5bcdce1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable8.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable8.sh
index 1f187a9..85307c3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable8.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable8.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,9 +59,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.sh
index 4f36830..4e6dd28 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive.sh
index 802aeb3..dcde441 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_2.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_2.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_3.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_3.sh
index 0379a22..d740be8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -64,7 +64,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_4.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_4.sh
index 2da01bb..7ccc3ff 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_4.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_transitive_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -64,7 +64,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation.sh
index d13676b..c965196 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation2.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation2.sh
index 6495388..ae0fea6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -62,7 +62,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.sh
index f8fae2f..e0771d9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators.sh
index 0c084f2..12c3efd 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_differ.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_differ.sh
index 0efc3f3..5827c8c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_differ.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_differ.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34manother_value[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi.sh
index 8dc755e..836be6b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi2.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi2.sh
index 1549c4b..b566beb 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi3.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi3.sh
index e49fb5f..666bd9b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_multi3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m0 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_warnings.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_warnings.sh
index f746744..8bc7629 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_warnings.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_warnings.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_warnings_all.sh b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_warnings_all.sh
index 60d1e0a..184c398 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_warnings_all.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/04_5validators_warnings_all.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/05_0multi_not_uniq.sh b/tests/results-doc/test_namespace_read_write_mandatory/05_0multi_not_uniq.sh
index 2b40a02..e873f65 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/05_0multi_not_uniq.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/05_0multi_not_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/05_0multi_uniq.sh b/tests/results-doc/test_namespace_read_write_mandatory/05_0multi_uniq.sh
index 169ed87..86eed90 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/05_0multi_uniq.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/05_0multi_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/12_1auto_save_expert.sh b/tests/results-doc/test_namespace_read_write_mandatory/12_1auto_save_expert.sh
index f31d8f1..c1eb70e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/12_1auto_save_expert.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/12_1auto_save_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_0redefine_description.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_0redefine_description.sh
index bdb188f..3dce4ab 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_0redefine_description.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_0redefine_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefined[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_2family_redefine_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_2family_redefine_calculation.sh
index 02b1d0a..b9b1bb7 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_2family_redefine_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_2family_redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_2family_redefine_disabled.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_2family_redefine_disabled.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_2family_redefine_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_2family_redefine_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_3family_empty_at_ends.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_3family_empty_at_ends.sh
index 15175f3..5584dc4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_3family_empty_at_ends.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_3family_empty_at_ends.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5exists_nonexists.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5exists_nonexists.sh
index 782f64a..df027fe 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5exists_nonexists.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5exists_nonexists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5exists_redefine.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5exists_redefine.sh
index 4eacd11..19eb268 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5exists_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5exists_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_calculation.sh
index c616086..932b32d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_choice.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_choice.sh
index 89c401a..91363e8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_choice.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_default.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_default.sh
index 1206c51..7af7077 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_default.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_default_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_default_calculation.sh
index 0c7aa7a..2a3ef09 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_family.sh
index 6918ad8..c16b345 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# New description[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_help.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_help.sh
index 5e9b922..31e7010 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_help.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefine help[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_hidden.sh
index d4221f8..a0e31a9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_multi.sh
index 169ed87..86eed90 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.sh
index 3fc6f96..17d835f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_5test_redefine.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_5test_redefine.sh
index a6acd25..dff720b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_5test_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_5test_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_6choice_redefine.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_6choice_redefine.sh
index ebedb6c..71aae0b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_6choice_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_6choice_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A choice[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_6exists_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_6exists_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_6exists_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16_6exists_redefine_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/16_6exists_redefine_family.sh
index 437dbae..6b1878c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16_6exists_redefine_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16_6exists_redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/16exists_exists.sh b/tests/results-doc/test_namespace_read_write_mandatory/16exists_exists.sh
index ee4a73e..b50a7e5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/16exists_exists.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/16exists_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Description[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/17_5redefine_leadership.sh b/tests/results-doc/test_namespace_read_write_mandatory/17_5redefine_leadership.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/17_5redefine_leadership.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/17_5redefine_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_0empty_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_0empty_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_0empty_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_0family_append.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_0family_append.sh
index e5a69a9..af53ca2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_0family_append.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_0family_append.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_0family_underscore.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_0family_underscore.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_0family_underscore.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_0family_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family.sh
index 3f4affc..9c7e7a1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_basic.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_basic.sh
index da8c3df..68ec6c6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_basic.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_basic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_expert.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_expert.sh
index 7af00a1..c4737ca 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_expert.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_order.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_order.sh
index 4b0cee8..3307553 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_order.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_0multi_family_order.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_0validators_differ_redefine.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_0validators_differ_redefine.sh
index c4efdc0..b362937 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_0validators_differ_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_0validators_differ_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34myes[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_1empty_subfamily.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_1empty_subfamily.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_1empty_subfamily.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.sh
index 372b249..46a14ab 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_2family_looks_like_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_2family_looks_like_variable.sh
index 6b16a5c..45ca0f1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_2family_looks_like_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_2family_looks_like_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_family[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdefault[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_7help_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_7help_family.sh
index be5f118..968280f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_7help_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_7help_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/20_9default_information_parent.sh b/tests/results-doc/test_namespace_read_write_mandatory/20_9default_information_parent.sh
index 76220a5..fb55445 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/20_9default_information_parent.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/20_9default_information_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition.sh
index 10a257c..5e3dd0c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Possibly hidden family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.sh
index d97e106..4a4160d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.sh
index e273385..6edfc1a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.sh
index 22e425e..9bc27de 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -74,7 +74,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The variable use has condition[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.sh
index 2a97a8a..061ebe4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -73,7 +73,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first conditional variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second conditional variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.sh
index 7913e5c..028489d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msub_family[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A subfamily[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_mandatory_condition.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_mandatory_condition.sh
index 94b4014..e6f9093 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_mandatory_condition.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_mandatory_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.sh
index 22e4536..6f8db11 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcondition[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A condition[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_7validators_variable_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_7validators_variable_optional.sh
index 2d271f6..2fbb7fc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_7validators_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_7validators_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m5[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first integer[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/24_family_disabled_var_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership.sh
index ac5e8b2..c9ece6f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_diff_name.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_diff_name.sh
index d27d420..b686d01 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_diff_name.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_diff_name.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.sh
index f999cae..6701ea1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.sh
index ff1da9c..8d4b60a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.sh
index 04cdf1b..c669786 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.sh
index 7e24cdb..66e37e0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower with default value[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_leader_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_leader_follower.sh
index 8dbefbe..eb1a428 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_leader_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -64,7 +64,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.sh
index 7dc5164..97f9c72 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -92,7 +92,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_reduce.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_reduce.sh
index 091f719..1ea0f7e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_reduce.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_0leadership_reduce.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_1leadership_append_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_1leadership_append_follower.sh
index 5ea2dcf..c5829e7 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_1leadership_append_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_1leadership_append_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower3[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_index.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_index.sh
index e004e4c..37e072f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_index.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.sh
index e004e4c..37e072f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.sh
index 52a57a2..2c2ca20 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.sh
index 0c20ea1..70f6861 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_6leadership_follower_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_6leadership_follower_multi.sh
index e8e761d..eb1c7f8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_6leadership_follower_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_6leadership_follower_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.sh
index 762208d..a79427e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_boolean.sh
index 1e246dc..a41e66c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmulti2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second multi variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.sh
index ac08a4a..7a8ad4a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_integer.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_integer.sh
index 7021016..83f0207 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_integer.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# First integer variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Second integer variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable.sh
index 3844fbd..8bc4f6f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.sh
index 47df5d6..54bd40a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfam1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A calculated variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.sh
index 7960328..0a5cebb 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfam2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.sh
index 6f35792..6a500f3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.sh
index 09982bb..72364e2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.sh
index 09982bb..72364e2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.sh
index 453b60c..20f9f83 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.sh
index 08bab7b..c84fe90 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.sh
index a586b17..e1410b0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcalculate[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A calculated variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.sh
index a586b17..e1410b0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcalculate[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A calculated variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.sh
index e0e14f6..6c5ed1b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.sh
index d711520..7ddfef3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -84,7 +84,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.sh
index e4ced9c..0d2eca9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,7 +70,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -91,7 +91,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -100,7 +100,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.sh
index aeb1730..1105ada 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,7 +70,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -100,7 +100,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -109,7 +109,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/41_0choice_leader.sh b/tests/results-doc/test_namespace_read_write_mandatory/41_0choice_leader.sh
index 14a64df..bc621cf 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/41_0choice_leader.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/41_0choice_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mc[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_0leadership_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_0leadership_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_0leadership_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_0leadership_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_0leadership_leader_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.sh
index a2f9498..f39afdc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_1leadership_append_hidden_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.sh
index 2f87653..996291b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Aleader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.sh
index 9873847..23dab83 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -64,7 +64,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Aleader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_4leadership_mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_4leadership_mandatory.sh
index ab24910..a77ed24 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_4leadership_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_4leadership_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.sh
index 86c5e41..e42b669 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.sh
index c764f6c..f2ea508 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.sh
index 6dba961..fb7e7e7 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.sh b/tests/results-doc/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.sh
index ff78a19..b91c40b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic.sh
index 319a776..6db3c90 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.sh
index dd9eb0d..8dbc3e5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.sh
index 0b289aa..1239454 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.sh
index 4d18ba5..0977b19 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.sh
index aec55af..646e674 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.sh
index 4d3c929..4a4a5f5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.sh
index d00b8f9..289de62 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_empty.sh
index 4bb99af..ad42e03 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -62,7 +62,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynexample[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.sh
index a8fe4f5..98324be 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -75,7 +75,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.sh
index c729f30..e7ebc80 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty2.sh
index 2fe9e2c..3a8bc37 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,7 +74,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -89,7 +89,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family from [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -98,7 +98,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.sh
index 616d535..550bd82 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,7 +70,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -85,7 +85,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -94,7 +94,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.sh
index 4be9281..f0c511e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.sh
index fc9175a..30bd94d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.sh
index 17bf29b..f27eb5e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -70,7 +70,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_static.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_static.sh
index 711d1b6..c457c4a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_static.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_static.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_test.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_test.sh
index 911d2c5..1f8e0ce 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_test.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.sh
index 864f2a5..c96fced 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.sh
index d2b0312..98c9027 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynexample[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.sh
index e708116..464901c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynb[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.sh
index e2bbcdc..6ca9193 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable with suffix val2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.sh
index 9dc87bd..06621c6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable with suffix val2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_hidden.sh
index 0568fd8..3c57ab7 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -55,9 +55,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_mode.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_mode.sh
index 067cd27..e1997e1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_0family_mode.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_0family_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.sh
index 4d8a56e..3bd3858 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdyn3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.sh
index 0c2995d..739b8ba 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.sh
index 2975231..3850341 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -62,7 +62,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -75,7 +75,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -92,7 +92,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A varible outside dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
index 31aa8a0..a7c7be4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -64,7 +64,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -77,7 +77,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -94,7 +94,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A varible outside dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.sh
index 6084a72..f96cc48 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.sh
index 670c7e1..c66eef5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -78,7 +78,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mnewvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.sh
index 0627e8e..91eb06e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mnewvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.sh
index 731e5ad..50b16c6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.sh
index 5beb39c..07cda4c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.sh
index ff8836b..5b5dc25 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -94,7 +94,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_identifier.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_identifier.sh
index 34311d3..040b37e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_identifier.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -69,7 +69,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -80,7 +80,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -92,7 +92,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -107,7 +107,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -116,7 +116,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_identifier_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_identifier_multi.sh
index 90cffc0..aa9f0cf 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_identifier_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_identifier_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -95,7 +95,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -119,7 +119,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -128,7 +128,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.sh
index e9c3024..3bc64db 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.sh
index d9316cc..14bb964 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Suffix has value[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.sh
index 44c89ce..a3732c4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Suffix has value[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh
index bf1061b..c7c1270 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh
index 011076c..8e1674d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled3.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled3.sh
index 861e766..357a6be 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.sh
index 809d53f..f88bb38 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -83,7 +83,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.sh
index ead5eb8..a33eab9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.sh
index d2d62cd..f4fe8b4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.sh
index d379c61..a972d35 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,7 +82,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -93,7 +93,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -102,7 +102,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh
index eb2c4ac..d5415a1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,7 +82,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -93,7 +93,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -102,7 +102,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh
index 0d68d7a..bf0c8a2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -58,7 +58,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -88,7 +88,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -102,7 +102,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -111,7 +111,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.sh
index 5d73a73..a0bddc7 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.sh
index c64e71b..3c015db 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.sh
index e9c3024..3bc64db 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -80,7 +80,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.sh
index bd3ef7f..bc715b8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.sh
index 8aceb06..8059b6d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.sh
index 809d53f..f88bb38 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -83,7 +83,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.sh
index 8aeb7f4..1aefdbe 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -81,7 +81,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -92,7 +92,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.sh
index 9369da2..cf95b8c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -96,7 +96,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable 2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable 3[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -105,7 +105,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.sh
index 1b3fa9d..b8f2891 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -119,7 +119,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable 3[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar4[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable 4[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -128,7 +128,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.sh
index a45f863..8a600da 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,7 +84,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -102,7 +102,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -111,7 +111,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.sh
index 1866ce8..1814072 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -66,7 +66,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -79,7 +79,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -97,7 +97,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_dyn_family_val2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -106,7 +106,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.sh
index 0e3deb6..086ae54 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -68,7 +68,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -81,7 +81,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -99,7 +99,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_dyn_family_val2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -108,7 +108,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.sh
index a45f863..8a600da 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,7 +84,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -102,7 +102,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -111,7 +111,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.sh
index b440e38..b8f892b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -73,7 +73,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -86,7 +86,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.sh
index 6dd1dd7..0c3599f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -84,7 +84,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.sh
index 067ff86..b8710fd 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.sh
index 22609df..6d7aae1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -85,7 +85,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -98,7 +98,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -122,7 +122,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -131,7 +131,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
index f2399fa..d8e8e47 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -91,7 +91,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -104,7 +104,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -128,7 +128,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -137,7 +137,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.sh
index 921d367..1494c97 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -84,7 +84,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.sh
index 345f4ef..2a93500 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -88,7 +88,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -97,7 +97,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside.sh
index c419348..79b1872 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -63,7 +63,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -76,7 +76,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -96,7 +96,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is relative first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar4[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is first variable of val1[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -105,7 +105,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.sh
index 064ce4b..0066e65 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -98,7 +98,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is relative first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar4[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is first variable of val1[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -107,7 +107,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside_identifier.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside_identifier.sh
index 1d9d8ee..1dfd846 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside_identifier.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_inside_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -98,7 +98,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is relative first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar4[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Value is first variable of val1[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -107,7 +107,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.sh
index a29ff0c..fe6d89c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.sh
index d01d430..84e7211 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,7 +74,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -106,7 +106,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -115,7 +115,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.sh
index 608ba3d..98fd9a5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,7 +90,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -124,7 +124,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifier[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Identifier from first family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifiers[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Merge identifiers[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -133,7 +133,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.sh
index 608ba3d..98fd9a5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,7 +90,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -124,7 +124,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifier[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Identifier from first family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifiers[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Merge identifiers[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -133,7 +133,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.sh
index f93a777..0cd2659 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -89,7 +89,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -98,7 +98,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.sh
index 3736e5a..00fd8a6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -79,7 +79,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -92,7 +92,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -126,7 +126,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifier[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Identifier from first family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifiers[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Merge identifiers[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -135,7 +135,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.sh
index fbe58b1..590dc13 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -85,7 +85,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -109,7 +109,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifier[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Identifier from first family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar_identifiers[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Merge identifiers[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -118,7 +118,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.sh
index 93fa0cb..c130a7b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -111,7 +111,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -120,7 +120,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.sh
index 6452aab..b86efbe 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -111,7 +111,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -120,7 +120,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_subdynamic_inside.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_subdynamic_inside.sh
index 9b3c2ae..ac608ff 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_6family_subdynamic_inside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_6family_subdynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -70,7 +70,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -119,7 +119,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring2 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -128,7 +128,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.sh b/tests/results-doc/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.sh
index 965942a..badfc70 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynstring1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory/68_0family_leadership_mode.sh b/tests/results-doc/test_namespace_read_write_mandatory/68_0family_leadership_mode.sh
index 8cc194b..8c35b93 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory/68_0family_leadership_mode.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory/68_0family_leadership_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mstring3[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable_default_version.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable_default_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable_default_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable_remove_version.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable_remove_version.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0no_variable_remove_version.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0version_underscore.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0version_underscore.sh
index 2c47518..25dfe4a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0version_underscore.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_0version_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_1empty_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_1empty_variable.sh
index 14e8cf0..d944171 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_1empty_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_1empty_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -20,7 +20,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -33,7 +33,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -41,7 +41,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mempty[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated.sh
index dcfab23..6c4e4ed 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,9 +39,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_multi.sh
index 3626782..9d4c21a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_params_permissive.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_params_permissive.sh
index 4e63de7..f206829 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_params_permissive.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_params_permissive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -71,9 +71,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable.sh
index 19ff928..e1315db 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample.net [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_description.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_description.sh
index 84a1597..39e8ff6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_description.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_description_multi_line.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_description_multi_line.sh
index 428606b..48c4b0a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_description_multi_line.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_description_multi_line.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,7 +43,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_transitive.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_transitive.sh
index aa78596..7d1c595 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_transitive.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_2default_calculated_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample.net [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_4load_subfolder.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_4load_subfolder.sh
index 265ccae..109f49f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_4load_subfolder.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_4load_subfolder.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_5load_notype.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_5load_notype.sh
index 293565e..924a4b6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_5load_notype.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_5load_notype.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6boolean.sh
index 88d6db3..8f3bcb3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6boolean_no_mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6boolean_no_mandatory.sh
index f0c4504..8005cdc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6boolean_no_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6boolean_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,9 +34,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -45,7 +45,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice.sh
index 78bf0a3..c97cb06 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_calculation.sh
index 305b515..d53af77 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_link.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_link.sh
index cdaf51e..430ddc9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_link.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable.sh
index 6ad3a40..591ac1f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,9 +44,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.sh
index 6c0ecc4..7497233 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.sh
index 4423c67..916d6c8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6choice_variable_link2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6custom.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6custom.sh
index e263556..598314a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6custom.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6custom.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6domainname.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6domainname.sh
index 2692229..d9c05ce 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6domainname.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6domainname.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6domainname_params.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6domainname_params.sh
index 3511eff..0ba502d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6domainname_params.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6domainname_params.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,9 +39,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -50,7 +50,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6float.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6float.sh
index 4d2035c..367fd8f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6float.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6float.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6integer.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6integer.sh
index 173fab3..1205491 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6integer.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6ip.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6ip.sh
index 7f727dd..9902529 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6ip.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6ip.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6network.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6network.sh
index 82e1752..b526253 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6network.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6network.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6number.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6number.sh
index 173fab3..1205491 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6number.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6port.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6port.sh
index 4b5bcdd..e200114 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6port.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6port.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -76,7 +76,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -89,7 +89,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -97,7 +97,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m111[0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A port variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -106,7 +106,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6regexp.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6regexp.sh
index a95625f..51c2a2a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6regexp.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6regexp.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6regexp_link.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6regexp_link.sh
index c2205ba..0f69bdf 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6regexp_link.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6regexp_link.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6secret.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6secret.sh
index 0c3cf3a..c75df90 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6secret.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6secret.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34msecrets[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6secret_param.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6secret_param.sh
index eb9a791..e3e6e6d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6secret_param.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6secret_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msecret1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mALongS4cr4t[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6string.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6string.sh
index f1663b9..5c5347e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6string.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_6string.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7choice_quote.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7choice_quote.sh
index cdc56bf..641b553 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7choice_quote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7choice_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help.sh
index 8c1281a..43af3e0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help_quote.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help_quote.sh
index 0e57bb7..cc503c8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help_quote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -39,7 +39,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help_sup.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help_sup.sh
index 35782c0..9ecc734 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help_sup.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7help_sup.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -56,7 +56,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first [0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second [0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote.sh
index 629be3d..7ad210f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote2.sh
index 6653f40..1cdd29a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote3.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote3.sh
index 17f58b5..c219168 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_doublequote3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_quote.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_quote.sh
index 2edd9a2..d68a3c2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_quote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_7value_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_information.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_information.sh
index 5072022..39f7837 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_information.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_namespace.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_namespace.sh
index f5ed0c8..dc77ff2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_namespace.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_param_namespace.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_param_namespace.sh
index 9dacb16..eb8bc25 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_param_namespace.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8calculation_param_namespace.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8test.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8test.sh
index a1bbbb0..802b125 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8test.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_8test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -78,7 +78,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtest2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9choice_variable_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9choice_variable_multi.sh
index 8c12508..9154910 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9choice_variables.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9choice_variables.sh
index ed891dc..9131043 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9choice_variables.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9choice_variables.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation.sh
index 21f6c3d..ab0745a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_information.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_information.sh
index 308c680..4cd13eb 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_information.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_information.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_information_other_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_information_other_variable.sh
index 92919c1..e60afd3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_information_other_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -47,7 +47,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional2.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional_default.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional_default.sh
index 6f8b561..9d5771a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional_default.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_multi_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional.sh
index dc8d2c4..c56a0f4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mmy_calculated_variable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional_exists.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional_exists.sh
index b085e0f..f3bad31 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional_exists.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_optional_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_param_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_param_optional.sh
index db53321..ebf4ee3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_param_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_calculation_param_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable.sh
index 28b1c4f..b92bf44 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable2.sh
index 28b1c4f..b92bf44 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_information_other_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_integer.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_integer.sh
index ef19450..ce82dbe 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_integer.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_number.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_number.sh
index ef19450..ce82dbe 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_number.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/00_9default_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6boolean_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6boolean_multi.sh
index a42f7b7..8583f51 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6boolean_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6boolean_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6custom_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6custom_multi.sh
index b268189..6474d06 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6custom_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6custom_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mcustom1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first custom variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6float_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6float_multi.sh
index 8d81712..1d4135d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6float_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6float_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6integer_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6integer_multi.sh
index ab45dfe..feb8409 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6integer_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6integer_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,9 +64,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6integer_multi_mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6integer_multi_mandatory.sh
index ee4eb43..005f60b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6integer_multi_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6integer_multi_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -45,7 +45,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m42 [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_empty.sh
index 4f812e9..f908c9b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_multi.sh
index 769196c..0e576c0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -77,7 +77,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The third variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_multi_length.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_multi_length.sh
index 05fcfb0..6ddcd73 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_multi_length.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_6string_multi_length.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote.sh
index 5f44260..1b19942 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote2.sh
index e47cbb1..342df38 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_doublequote2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_quote.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_quote.sh
index cb2d5eb..a66c201 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_quote.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_7value_multi_quote.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_8calculation_information_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_8calculation_information_multi.sh
index 5147876..63b68d9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_8calculation_information_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_8calculation_information_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -45,7 +45,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_9choice_variable_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_9choice_variable_multi.sh
index 8433242..25960da 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_9choice_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_9choice_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_9choice_variable_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_9choice_variable_optional.sh
index 8447f4e..c70188b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/01_9choice_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/01_9choice_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/02_0tags.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/02_0tags.sh
index 29875b2..c0aa678 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/02_0tags.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/02_0tags.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_0type_param.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_0type_param.sh
index a08be83..4bd0a6a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_0type_param.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_0type_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_0type_param_integer.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_0type_param_integer.sh
index 635ccff..7ba5199 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_0type_param_integer.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_0type_param_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save.sh
index 7b9274e..9665c7a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated.sh
index 54a60a1..4668eda 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated_hidden.sh
index e2751ab..2312047 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_calculated_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_hidden.sh
index aeb8ecb..52120d1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1auto_save_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -50,9 +50,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden.sh
index 13930ad..23f4447 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,9 +49,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_2.sh
index 13930ad..23f4447 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,9 +49,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_3.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_3.sh
index dbed199..11a1189 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,9 +63,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_4.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_4.sh
index 5ebe18a..7c5efb1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_4.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -63,7 +63,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -71,7 +71,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_5.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_5.sh
index b83e7b0..91c9e45 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_5.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,9 +66,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_6.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_6.sh
index bf06c12..bd7dcd6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_6.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1default_calculation_hidden_6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,7 +66,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -74,7 +74,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1jinja_and_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1jinja_and_hidden.sh
index 8d4167d..d66847c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1jinja_and_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_1jinja_and_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -60,9 +60,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation.sh
index 1e63188..83ac3a3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_boolean.sh
index 8a55757..899a334 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -57,7 +57,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_default.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_default.sh
index 74fa43d..c644362 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_default.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_multi.sh
index 278d3df..1b8c193 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional.sh
index dffdf34..35d6a09 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -66,9 +66,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional_default.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional_default.sh
index 325415a..e987d84 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional_default.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_optional_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,7 +63,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -75,9 +75,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable.sh
index 35a457c..fe52f25 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable10.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable10.sh
index 85a61b6..cc84178 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable10.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable10.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable2.sh
index 85a61b6..cc84178 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable3.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable3.sh
index a4d6af4..abb54ab 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable4.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable4.sh
index 88bcd93..e255fe6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable4.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable5.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable5.sh
index bf69cb7..b6f03b3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable5.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable5.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,7 +59,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable6.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable6.sh
index f530f8b..e7481ca 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable6.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable6.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable7.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable7.sh
index 35a457c..fe52f25 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable7.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable7.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable8.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable8.sh
index 1f187a9..85307c3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable8.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable8.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -36,7 +36,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -59,9 +59,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable9.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable9.sh
index f530f8b..e7481ca 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable9.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable9.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi.sh
index 0549e3f..ec038b6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive.sh
index ce1cb48..c4bc0e2 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,9 +54,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_2.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_3.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_3.sh
index 55973a8..3cccffb 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_4.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_4.sh
index 316c2bd..32c7e2e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_4.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5disabled_calculation_variable_transitive_4.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation.sh
index 4df2234..13ff106 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation2.sh
index 3eb082d..b684256 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -49,7 +49,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -62,9 +62,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -73,7 +73,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation_default_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation_default_calculation.sh
index 210e13f..1c7af3a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5hidden_calculation_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators.sh
index 50feaba..30a535f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,7 +35,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -43,7 +43,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m42[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_differ.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_differ.sh
index 4047ed9..d572fda 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_differ.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_differ.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,9 +40,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi.sh
index f39fb7a..5fa1902 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi2.sh
index 05567e9..ea4d9c9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi3.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi3.sh
index c0cba07..13a0f6a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_multi3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -24,7 +24,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,9 +37,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -48,7 +48,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_warnings.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_warnings.sh
index aeb771f..296cf7a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_warnings.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_warnings.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_warnings_all.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_warnings_all.sh
index 775d2d5..4cac2f3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_warnings_all.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/04_5validators_warnings_all.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/05_0multi_not_uniq.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/05_0multi_not_uniq.sh
index 33ae9e8..9a4f91a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/05_0multi_not_uniq.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/05_0multi_not_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/05_0multi_uniq.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/05_0multi_uniq.sh
index fa51a7a..11b5712 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/05_0multi_uniq.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/05_0multi_uniq.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/12_1auto_save_expert.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/12_1auto_save_expert.sh
index f31d8f1..c1eb70e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/12_1auto_save_expert.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/12_1auto_save_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_0redefine_description.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_0redefine_description.sh
index 1ef7cf0..ac6c0bc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_0redefine_description.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_0redefine_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefined[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_2family_redefine_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_2family_redefine_calculation.sh
index 02b1d0a..b9b1bb7 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_2family_redefine_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_2family_redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_2family_redefine_disabled.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_2family_redefine_disabled.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_2family_redefine_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_2family_redefine_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_3family_empty_at_ends.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_3family_empty_at_ends.sh
index 18a5d64..20276fe 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_3family_empty_at_ends.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_3family_empty_at_ends.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -49,7 +49,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5exists_nonexists.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5exists_nonexists.sh
index ae4d5b0..fb12ae9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5exists_nonexists.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5exists_nonexists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,9 +38,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -49,7 +49,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5exists_redefine.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5exists_redefine.sh
index 4eacd11..19eb268 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5exists_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5exists_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_calculation.sh
index 81f5165..666a591 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_choice.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_choice.sh
index 89c401a..91363e8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_choice.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_choice.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,7 +36,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -44,7 +44,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34ma[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_default.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_default.sh
index 01f00d2..1947e0a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_default.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_default.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -22,7 +22,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -35,9 +35,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -46,7 +46,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_default_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_default_calculation.sh
index f530f8b..e7481ca 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_family.sh
index 167f542..d7e9665 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,7 +41,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -50,7 +50,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# New description[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_help.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_help.sh
index 95c5ad5..fabff1f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_help.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_help.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -51,7 +51,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Redefine help[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_hidden.sh
index d4221f8..a0e31a9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -26,7 +26,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -37,7 +37,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -49,9 +49,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -60,7 +60,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_multi.sh
index fa51a7a..11b5712 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_remove_disable_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_remove_disable_calculation.sh
index 74571e9..9391023 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_remove_disable_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5redefine_remove_disable_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -25,7 +25,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -38,7 +38,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -46,7 +46,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -55,7 +55,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5test_redefine.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5test_redefine.sh
index 4e2ce70..ab8ebfd 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5test_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_5test_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,7 +45,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -53,7 +53,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A third variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6choice_redefine.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6choice_redefine.sh
index b902a41..b17d1af 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6choice_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6choice_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -23,7 +23,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -36,9 +36,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -47,7 +47,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6exists_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6exists_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6exists_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6exists_redefine_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6exists_redefine_family.sh
index 1d57029..6cbd6e6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6exists_redefine_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16_6exists_redefine_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/16exists_exists.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/16exists_exists.sh
index 79d0b0e..cbbc074 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/16exists_exists.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/16exists_exists.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -21,7 +21,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -34,7 +34,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -42,7 +42,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Description[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -51,7 +51,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/17_5redefine_leadership.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/17_5redefine_leadership.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/17_5redefine_leadership.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/17_5redefine_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0empty_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0empty_family.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0empty_family.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0family_append.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0family_append.sh
index 02d5642..d608442 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0family_append.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0family_append.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -54,7 +54,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0family_underscore.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0family_underscore.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0family_underscore.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0family_underscore.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family.sh
index d8e1dd1..c89fd43 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_basic.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_basic.sh
index 8890bb1..f305d11 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_basic.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_basic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,7 +48,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A sub family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_expert.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_expert.sh
index 02a2ef7..36e7470 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_expert.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_expert.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_order.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_order.sh
index bb5ad73..285b2f0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_order.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0multi_family_order.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -82,7 +82,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvariable2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -91,7 +91,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0validators_differ_redefine.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0validators_differ_redefine.sh
index 8decbf3..0c464c9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0validators_differ_redefine.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_0validators_differ_redefine.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_2family_looks_like_dynamic.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_2family_looks_like_dynamic.sh
index c2504da..670d88f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_2family_looks_like_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_2family_looks_like_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,9 +46,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_2family_looks_like_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_2family_looks_like_variable.sh
index 4667d8a..adceb97 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_2family_looks_like_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_2family_looks_like_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -28,7 +28,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -41,9 +41,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -52,7 +52,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_7help_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_7help_family.sh
index 4ee3e13..fe8f17d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_7help_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_7help_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The second family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_9default_information_parent.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_9default_information_parent.sh
index 067fdd0..551d58b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/20_9default_information_parent.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/20_9default_information_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition.sh
index a5b470c..731b203 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Possibly hidden family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_boolean.sh
index df2fbae..61f2d18 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -64,9 +64,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_sub_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_sub_family.sh
index f449c3c..917c3fc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msubfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_variable_sub_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_variable_sub_family.sh
index a9e34a3..b5d9a39 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_variable_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_variable_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -74,9 +74,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_with_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_with_variable.sh
index 1aa8d62..62f15a8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_with_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_condition_with_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -49,7 +49,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -73,9 +73,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_param_condition_sub_family.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_param_condition_sub_family.sh
index 5963cc6..a28c8d5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_param_condition_sub_family.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_hidden_param_condition_sub_family.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -68,7 +68,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34msub_family[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A subfamily[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition.sh
index eab31f4..98a9829 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition_variable.sh
index da0a11f..d0ff184 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_0family_mandatory_condition_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -44,7 +44,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -52,7 +52,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_7validators_variable_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_7validators_variable_optional.sh
index 6c10441..bb984c4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_7validators_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_7validators_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mgeneral[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mint[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m5[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A first integer[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_family_disabled_var_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_family_disabled_var_hidden.sh
index de5bd57..3874d14 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/24_family_disabled_var_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/24_family_disabled_var_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
[1;4;92mVariables[0m
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -19,9 +19,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
@@ -30,7 +30,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership.sh
index 1cc86b8..03a7341 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_diff_name.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_diff_name.sh
index ca83f9a..21c740e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_diff_name.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_diff_name.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -61,7 +61,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# An other follower[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_calculation.sh
index c426654..8f41002 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti.sh
index 0df0c03..05c917b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti_calculation.sh
index 8c78f11..e3bc93d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_submulti_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_value.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_value.sh
index e630684..f6b4121 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_value.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_follower_default_value.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_leader_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_leader_follower.sh
index b8340e5..1ca20ae 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_leader_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_leader_not_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_leader_not_multi.sh
index ed3081f..67b7888 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_leader_not_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_leader_not_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -84,7 +84,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower1[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# Follower2[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_reduce.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_reduce.sh
index 50ef2b1..33cd51a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_reduce.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_0leadership_reduce.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_1leadership_append_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_1leadership_append_follower.sh
index 38c7179..e7b3565 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_1leadership_append_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_1leadership_append_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,7 +53,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The follower3[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index.sh
index 7f57fb5..ad0d9f1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index_2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index_2.sh
index 7f57fb5..ad0d9f1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_index_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_param_index.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_param_index.sh
index 49c4dce..b9b6742 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_param_index.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_calculation_param_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,9 +47,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -58,7 +58,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_leader_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_leader_calculation.sh
index a16b4d1..1cfa05d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_leader_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_2leadership_leader_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi.sh
index aa7cfb8..1093b59 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,7 +52,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -63,7 +63,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfollower1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# The first follower[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi_no_mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi_no_mandatory.sh
index 7ed0b22..f96b09f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi_no_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_6leadership_follower_multi_no_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_boolean.sh
index 1e96b81..2356def 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_boolean_return_none.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_boolean_return_none.sh
index 8031d13..c209504 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_boolean_return_none.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_boolean_return_none.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -27,7 +27,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -40,7 +40,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -48,7 +48,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mtrue[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_integer.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_integer.sh
index 0238874..b44262b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_integer.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_integer.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable.sh
index 0b68b3b..58aaceb 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,9 +53,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent.sh
index ca71715..7867371 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -39,7 +39,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -52,9 +52,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -63,7 +63,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent2.sh
index 0480d9c..2b903c5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_8calculation_multi_variable_parent2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9calculation_variable_leader_follower_multi_inside.sh
index 7c538c7..a3cae59 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9calculation_variable_leader_follower_multi_inside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9calculation_variable_leader_follower_multi_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-first.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-first.sh
index bf43c63..bf9dbb5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-first.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-last.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-last.sh
index bf43c63..bf9dbb5 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-last.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-no-mandatory.sh
index c8f81aa..b8263ab 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-no-mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower-no-mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower.sh
index 6bae309..ab3cfee 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,9 +60,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -71,7 +71,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-first.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-first.sh
index e5514a9..bb6f8dd 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-first.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-first.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-last.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-last.sh
index e5514a9..bb6f8dd 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-last.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader-last.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader.sh
index e43d6a2..5bf3e0e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-outside-leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,9 +61,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -72,7 +72,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable.sh
index 3b0508d..1d0687a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,9 +63,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable_leader_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable_leader_follower.sh
index 97fffe5..9d5e018 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable_leader_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable_leader_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable_leader_follower_not_same.sh
index 42323dd..a4b0d76 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable_leader_follower_not_same.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/40_9leadership-calculation-variable_leader_follower_not_same.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/41_0choice_leader.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/41_0choice_leader.sh
index 48fd135..15fa161 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/41_0choice_leader.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/41_0choice_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_0leadership_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_0leadership_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_0leadership_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_0leadership_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_0leadership_leader_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_0leadership_leader_hidden.sh
index 2a98e5d..0916f0f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_0leadership_leader_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_0leadership_leader_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -32,7 +32,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -45,9 +45,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -56,7 +56,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_1leadership_append_hidden_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_1leadership_append_hidden_follower.sh
index a2f9498..f39afdc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_1leadership_append_hidden_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_1leadership_append_hidden_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower.sh
index 93415fe..1c74928 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower_index.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower_index.sh
index cd3f2ad..6816935 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower_index.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4disabled_calcultion_follower_index.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,9 +51,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -62,7 +62,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory.sh
index 9cfd6cb..9adaa57 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,7 +46,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -55,7 +55,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory_follower.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory_follower.sh
index 68699cf..f9b714a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory_follower.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_4leadership_mandatory_follower.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -33,7 +33,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -46,9 +46,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -57,7 +57,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_5leadership_leader_hidden_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_5leadership_leader_hidden_calculation.sh
index adf8eb5..676a00c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_5leadership_leader_hidden_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_5leadership_leader_hidden_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_6leadership_follower_disabled_calculation.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_6leadership_follower_disabled_calculation.sh
index bdbc512..02bdfa1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_6leadership_follower_disabled_calculation.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_6leadership_follower_disabled_calculation.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,7 +58,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_9calculated_default_leadership_leader.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_9calculated_default_leadership_leader.sh
index 22e2679..b9d29b1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/44_9calculated_default_leadership_leader.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/44_9calculated_default_leadership_leader.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -40,7 +40,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -53,9 +53,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -64,7 +64,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic.sh
index ebe5fb1..7da24ee 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0.sh
index 31c266f..a1cbd73 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,9 +54,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -65,7 +65,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_empty.sh
index 55766c2..e21fe94 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type.sh
index 25c8bac..b97d824 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type_empty.sh
index 63fd37c..ee71d50 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_0_type_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dyn variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1.sh
index 1355084..4ee600d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1_empty.sh
index a8ccef7..e1085d1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_1_1_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_empty.sh
index 9e15bfd..9e7e563 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -38,7 +38,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -51,7 +51,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -60,7 +60,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynexample[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_forbidden_char.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_forbidden_char.sh
index d1a3e27..be64035 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_forbidden_char.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_forbidden_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_integer_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_integer_empty.sh
index d0a0242..c226336 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_integer_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_integer_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,9 +72,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -83,7 +83,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_integer_empty2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_integer_empty2.sh
index fd32646..2571db7 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_integer_empty2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_integer_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,9 +74,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number.sh
index 25479d7..94c8fc6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_jinja_number.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -57,7 +57,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -70,9 +70,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description.sh
index 3c053f2..220e8db 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description_empty.sh
index 0ef61e5..509346b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_no_description_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_source_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_source_hidden.sh
index 477ccef..3c5100f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_source_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_source_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -70,7 +70,7 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -81,7 +81,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_static.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_static.sh
index a608bbc..26f6fa6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_static.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_static.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -34,7 +34,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -47,7 +47,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -58,7 +58,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable inside a dynamic family[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_test.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_test.sh
index 0bdd83d..5e7753c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_test.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_test.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,7 +56,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_upper_char.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_upper_char.sh
index c579d41..d39d4e0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_upper_char.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_upper_char.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -41,7 +41,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -54,7 +54,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -65,7 +65,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_empty.sh
index 43ff2b7..5657048 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_optional.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_optional.sh
index 1d15045..14460c4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_optional.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_optional.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,9 +50,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -61,7 +61,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix.sh
index 3f3e96e..e0f8918 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,9 +57,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix_empty.sh
index 9780fb8..5418d7e 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_dynamic_variable_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,9 +59,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -70,7 +70,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_empty.sh
deleted file mode 100644
index de5bd57..0000000
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_empty.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-[1;4;96mrougail.rougail[0m
-
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
-
- [1;4;92mVariables[0m
-
- [1;4;92mUsage[0m
-
- [1;4;38;5;46mExample playbook with Rougail[0m
-
-Add to your structural file something like:
-
-[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[38;2;255;70;137;48;2;39;40;34mversion[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m1.1 [0m
-[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
-
-Add to your play:
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
- [1;4;38;5;46mExample playbook without Rougail[0m
-
-[34m▌ [0m[1;34m🛈 Informations[0m
-[34m▌ [0m
-[34m▌ [0mThe variables will not be properly validated without Rougail.
-
-[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
-[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mhosts[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mservers [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvars[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m{} [0m
-[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
-
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_hidden.sh
index 0568fd8..3c57ab7 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -31,7 +31,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,7 +42,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -55,9 +55,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_mode.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_mode.sh
index 1cef152..90e6b24 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_mode.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_0family_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -29,7 +29,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -42,9 +42,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -53,7 +53,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_1family_dynamic_jinja.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_1family_dynamic_jinja.sh
index b185180..fadd27d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_1family_dynamic_jinja.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_1family_dynamic_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group.sh
index bbd7fa6..6569bc8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh
index 016599c..189b62c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -62,7 +62,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -75,9 +75,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -86,7 +86,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
index 2067377..2a1af74 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -64,7 +64,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -77,9 +77,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh
index 011f641..f429bb1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_jinja_fill_sub_group_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,7 +73,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mfamily[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# With a variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc.sh
index 30673d7..82134ed 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -50,7 +50,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -63,9 +63,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -74,7 +74,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc_empty.sh
index d42b858..baa3a5f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_2family_dynamic_outside_calc_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,9 +65,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2.sh
index a414490..d8b9b45 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -46,7 +46,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -59,7 +59,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -67,7 +67,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -76,7 +76,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2_empty.sh
index dc1ece3..b277fef 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -48,7 +48,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -61,7 +61,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -69,7 +69,7 @@ For example you can add an YAML user data with something like:
[38;2;255;70;137;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A second variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -78,7 +78,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_description.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_description.sh
index b637783..4542003 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_description.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_description.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,7 +78,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -90,7 +90,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable for val2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_identifier.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_identifier.sh
index bd627c1..1ef6df6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_identifier.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -69,7 +69,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -80,7 +80,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -92,9 +92,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_identifier_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_identifier_multi.sh
index 7c27a43..f440b47 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_identifier_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_identifier_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -95,9 +95,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -106,7 +106,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix.sh
index 62c2f96..b8f643b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2.sh
index bf04222..d7325d1 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -43,7 +43,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -56,9 +56,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -67,7 +67,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2_empty.sh
index 08b9600..b2534e0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -45,7 +45,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -58,9 +58,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -69,7 +69,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled.sh
index 422c9fc..975f2a8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -37,7 +37,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -50,7 +50,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -59,7 +59,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled2.sh
index 9da2eef..c2a30ab 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled3.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled3.sh
index c7fa4f3..10df825 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_disabled3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -30,7 +30,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -43,9 +43,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -54,7 +54,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty.sh
index a33661f..d1d7d1c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -79,7 +79,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_2.sh
index 9a50eda..25b31b9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -51,7 +51,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -64,7 +64,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -73,7 +73,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -82,7 +82,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_3.sh
index 601652d..3dd9f31 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_3.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_empty_3.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden.sh
index cb52ccd..997fa91 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,9 +82,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh
index a89972c..44c54da 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden_boolean.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -67,7 +67,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -82,9 +82,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -93,7 +93,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh
index d83b37c..7416ba0 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_hidden_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -58,7 +58,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -88,9 +88,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -99,7 +99,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param.sh
index b7fb3e3..3d4ab69 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,9 +55,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -66,7 +66,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param_empty.sh
index 49bfeb8..57c519b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_suffix_param_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,9 +57,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -68,7 +68,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable.sh
index 62c2f96..b8f643b 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -52,7 +52,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -65,7 +65,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -76,7 +76,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -85,7 +85,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_disabled.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_disabled.sh
index 01aa58a..158d91f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_disabled.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_disabled.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -44,7 +44,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -57,7 +57,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -70,7 +70,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_disabled_outside.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_disabled_outside.sh
index 9b99343..58015d3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_disabled_outside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_disabled_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -47,7 +47,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -60,7 +60,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -72,7 +72,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A new variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -81,7 +81,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_empty.sh
index a33661f..d1d7d1c 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_calc_variable_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,7 +68,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -79,7 +79,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -88,7 +88,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_hidden_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_hidden_suffix.sh
index 3f630d5..ac84645 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_hidden_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_hidden_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,7 +66,7 @@ Add to your structural file something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mtype[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail [0m
[38;2;248;248;242;48;2;39;40;34m...[0m[48;2;39;40;34m [0m
-Customizing hidden variable in structural files:
+Customizing hidden variables in structure file:
[38;2;255;70;137;48;2;39;40;34m%YAML[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;174;129;255;48;2;39;40;34m1.2[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
@@ -81,9 +81,9 @@ Customizing hidden variable in structural files:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix.sh
index 83176dc..7d4eb48 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix_empty.sh
index 2c81e28..9555aaa 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_unknown_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,9 +87,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -98,7 +98,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside.sh
index d8b24fb..973504d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,9 +84,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2.sh
index 2c54b48..13b43d9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -66,7 +66,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -79,9 +79,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -90,7 +90,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2_empty.sh
index ecb27da..e2434bb 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside2_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -68,7 +68,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -81,9 +81,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -92,7 +92,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_1_0.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_1_0.sh
index d8b24fb..973504d 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -71,7 +71,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -84,9 +84,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_empty.sh
index cdc2668..e290543 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -73,7 +73,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -86,9 +86,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -97,7 +97,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja.sh
index 27990cf..8448a4a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -53,7 +53,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -66,9 +66,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -77,7 +77,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja_empty.sh
index 9cbee2b..daac0bc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_jinja_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -55,7 +55,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -68,9 +68,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -79,7 +79,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix.sh
index 4160697..66eab16 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -85,7 +85,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -98,9 +98,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -109,7 +109,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
index 7d326b6..5584a1f 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -91,7 +91,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -104,9 +104,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -115,7 +115,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix.sh
index c76605a..dc3f618 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,9 +69,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -80,7 +80,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix_empty.sh
index 4a9f3d0..e9d9f63 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_5family_dynamic_variable_outside_suffix_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -60,7 +60,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -73,9 +73,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -84,7 +84,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside.sh
index 5896fbf..73ee7cb 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -63,7 +63,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -76,9 +76,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -87,7 +87,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_empty.sh
index 075a095..34a2bb3 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_identifier.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_identifier.sh
index a5b3ce6..3c00b7a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_identifier.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_inside_identifier.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -65,7 +65,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -78,9 +78,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -89,7 +89,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership.sh
index 8fdf7e9..bc127a4 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -59,7 +59,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -72,7 +72,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -85,7 +85,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleadership[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -94,7 +94,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership_empty.sh
index 2e774de..8968647 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_leadership_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -61,7 +61,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -74,7 +74,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -87,7 +87,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleadership[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leadership[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mleader[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A leader[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic.sh
index b3c967d..8d57be9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,9 +90,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0.sh
index b3c967d..8d57be9 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -77,7 +77,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -90,9 +90,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -101,7 +101,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0_2.sh
index c2af397..03dbb9a 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0_2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_1_0_2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -56,7 +56,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -69,7 +69,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -86,7 +86,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -95,7 +95,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty.sh
index f9d3753..4e50b43 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -79,7 +79,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -92,9 +92,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -103,7 +103,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty2.sh
index 5c86258..ba57316 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_sub_dynamic_empty2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -72,7 +72,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -85,9 +85,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -96,7 +96,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_suffix_auto_multi.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_suffix_auto_multi.sh
index 12af9fd..76c36cf 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_suffix_auto_multi.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_suffix_auto_multi.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_suffix_auto_multi2.sh
index 766cf55..ff3da58 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_suffix_auto_multi2.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_dynamic_suffix_auto_multi2.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -74,7 +74,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -87,7 +87,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -104,7 +104,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -113,7 +113,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_subdynamic_inside.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_subdynamic_inside.sh
index c193e81..22419c8 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_subdynamic_inside.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_6family_subdynamic_inside.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -70,7 +70,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -83,7 +83,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -100,7 +100,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -109,7 +109,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_9family_dynamic_calc_both.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_9family_dynamic_calc_both.sh
index 8609726..9d047bc 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/60_9family_dynamic_calc_both.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/60_9family_dynamic_calc_both.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -42,7 +42,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -55,7 +55,7 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
For example you can add an YAML user data with something like:
@@ -66,7 +66,7 @@ For example you can add an YAML user data with something like:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic family[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvardyn[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -75,7 +75,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results-doc/test_namespace_read_write_mandatory_errors/68_0family_leadership_mode.sh b/tests/results-doc/test_namespace_read_write_mandatory_errors/68_0family_leadership_mode.sh
index 0d9bbd2..6d35ad6 100644
--- a/tests/results-doc/test_namespace_read_write_mandatory_errors/68_0family_leadership_mode.sh
+++ b/tests/results-doc/test_namespace_read_write_mandatory_errors/68_0family_leadership_mode.sh
@@ -1,12 +1,12 @@
[1;4;96mrougail.rougail - Rougail[0m
-This repository contains the [1;7m rougail.rougail [0m Ansible Collection.
+This repository contains the [1;7m rougail.rougail [0m Ansible collection.
This family is a namespace
[1;4;92mVariables[0m
- [1;4;38;5;46mThe group variable [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
+ [1;4;38;5;46mThe group variables [0m[1;4;38;5;46m"rougail"[0m[1;4;38;5;46m - Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
@@ -35,7 +35,7 @@ This family is a namespace
[1;4;92mUsage[0m
- [1;4;38;5;46mExample playbook with Rougail[0m
+ [1;4;38;5;46mExample Playbook with Rougail[0m
Add to your structural file something like:
@@ -48,9 +48,9 @@ Add to your structural file something like:
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
-[34m▌ [0mDo not forget to add Rougail structural file as Rougail types.
+[34m▌ [0mDo not forget to add Rougail structure file as Rougail types.
-Add to your play:
+Add to your Play:
[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m
[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mname[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mRougail [0m
@@ -59,7 +59,7 @@ Add to your play:
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mrougail[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m'[0m[38;2;230;219;116;48;2;39;40;34m{{[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34mmy_rougail[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;230;219;116;48;2;39;40;34m}}[0m[38;2;230;219;116;48;2;39;40;34m'[0m[48;2;39;40;34m [0m
[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mansible.builtin.import_playbook[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mrougail.rougail.install [0m
- [1;4;38;5;46mExample playbook without Rougail[0m
+ [1;4;38;5;46mExample Playbook without Rougail[0m
[34m▌ [0m[1;34m🛈 Informations[0m
[34m▌ [0m
diff --git a/tests/results/test_namespace/00_0no_variable.json b/tests/results/test_namespace/00_0no_variable.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace/00_0no_variable.json
+++ b/tests/results/test_namespace/00_0no_variable.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace/00_0no_variable_default_version.json b/tests/results/test_namespace/00_0no_variable_default_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace/00_0no_variable_default_version.json
+++ b/tests/results/test_namespace/00_0no_variable_default_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace/00_0no_variable_remove_version.json b/tests/results/test_namespace/00_0no_variable_remove_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace/00_0no_variable_remove_version.json
+++ b/tests/results/test_namespace/00_0no_variable_remove_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace/00_9default_calculation.json b/tests/results/test_namespace/00_9default_calculation.json
index 857a469..1afb0ee 100644
--- a/tests/results/test_namespace/00_9default_calculation.json
+++ b/tests/results/test_namespace/00_9default_calculation.json
@@ -4,31 +4,31 @@
"GROUP1_01": {
"ansible_host": "group1.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"GROUP2_01": {
"ansible_host": "group2.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"GROUP2_02": {
"ansible_host": "group3.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"group4.net": {
"ansible_host": "group4.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"group5.net": {
"ansible_host": "group5.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
}
}
diff --git a/tests/results/test_namespace/16_6exists_family.json b/tests/results/test_namespace/16_6exists_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace/16_6exists_family.json
+++ b/tests/results/test_namespace/16_6exists_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace/20_0empty_family.json b/tests/results/test_namespace/20_0empty_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace/20_0empty_family.json
+++ b/tests/results/test_namespace/20_0empty_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace/20_1empty_subfamily.json b/tests/results/test_namespace/20_1empty_subfamily.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace/20_1empty_subfamily.json
+++ b/tests/results/test_namespace/20_1empty_subfamily.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace/40_0leadership_empty.json b/tests/results/test_namespace/40_0leadership_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace/40_0leadership_empty.json
+++ b/tests/results/test_namespace/40_0leadership_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace/60_0family_empty.json b/tests/results/test_namespace/60_0family_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace/60_0family_empty.json
+++ b/tests/results/test_namespace/60_0family_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_mandatory/00_0no_variable.json b/tests/results/test_namespace_mandatory/00_0no_variable.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_mandatory/00_0no_variable.json
+++ b/tests/results/test_namespace_mandatory/00_0no_variable.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_mandatory/00_0no_variable_default_version.json b/tests/results/test_namespace_mandatory/00_0no_variable_default_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_mandatory/00_0no_variable_default_version.json
+++ b/tests/results/test_namespace_mandatory/00_0no_variable_default_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_mandatory/00_0no_variable_remove_version.json b/tests/results/test_namespace_mandatory/00_0no_variable_remove_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_mandatory/00_0no_variable_remove_version.json
+++ b/tests/results/test_namespace_mandatory/00_0no_variable_remove_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_mandatory/16_6exists_family.json b/tests/results/test_namespace_mandatory/16_6exists_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_mandatory/16_6exists_family.json
+++ b/tests/results/test_namespace_mandatory/16_6exists_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_mandatory/20_0empty_family.json b/tests/results/test_namespace_mandatory/20_0empty_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_mandatory/20_0empty_family.json
+++ b/tests/results/test_namespace_mandatory/20_0empty_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_mandatory/20_1empty_subfamily.json b/tests/results/test_namespace_mandatory/20_1empty_subfamily.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_mandatory/20_1empty_subfamily.json
+++ b/tests/results/test_namespace_mandatory/20_1empty_subfamily.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_mandatory/40_0leadership_empty.json b/tests/results/test_namespace_mandatory/40_0leadership_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_mandatory/40_0leadership_empty.json
+++ b/tests/results/test_namespace_mandatory/40_0leadership_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_mandatory/60_0family_empty.json b/tests/results/test_namespace_mandatory/60_0family_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_mandatory/60_0family_empty.json
+++ b/tests/results/test_namespace_mandatory/60_0family_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write/00_0no_variable.json b/tests/results/test_namespace_read_write/00_0no_variable.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write/00_0no_variable.json
+++ b/tests/results/test_namespace_read_write/00_0no_variable.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write/00_0no_variable_default_version.json b/tests/results/test_namespace_read_write/00_0no_variable_default_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write/00_0no_variable_default_version.json
+++ b/tests/results/test_namespace_read_write/00_0no_variable_default_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write/00_0no_variable_remove_version.json b/tests/results/test_namespace_read_write/00_0no_variable_remove_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write/00_0no_variable_remove_version.json
+++ b/tests/results/test_namespace_read_write/00_0no_variable_remove_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write/00_9default_calculation.json b/tests/results/test_namespace_read_write/00_9default_calculation.json
index 857a469..1afb0ee 100644
--- a/tests/results/test_namespace_read_write/00_9default_calculation.json
+++ b/tests/results/test_namespace_read_write/00_9default_calculation.json
@@ -4,31 +4,31 @@
"GROUP1_01": {
"ansible_host": "group1.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"GROUP2_01": {
"ansible_host": "group2.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"GROUP2_02": {
"ansible_host": "group3.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"group4.net": {
"ansible_host": "group4.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"group5.net": {
"ansible_host": "group5.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
}
}
diff --git a/tests/results/test_namespace_read_write/16_6exists_family.json b/tests/results/test_namespace_read_write/16_6exists_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write/16_6exists_family.json
+++ b/tests/results/test_namespace_read_write/16_6exists_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write/20_0empty_family.json b/tests/results/test_namespace_read_write/20_0empty_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write/20_0empty_family.json
+++ b/tests/results/test_namespace_read_write/20_0empty_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write/20_1empty_subfamily.json b/tests/results/test_namespace_read_write/20_1empty_subfamily.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write/20_1empty_subfamily.json
+++ b/tests/results/test_namespace_read_write/20_1empty_subfamily.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write/40_0leadership_empty.json b/tests/results/test_namespace_read_write/40_0leadership_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write/40_0leadership_empty.json
+++ b/tests/results/test_namespace_read_write/40_0leadership_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write/60_0family_empty.json b/tests/results/test_namespace_read_write/60_0family_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write/60_0family_empty.json
+++ b/tests/results/test_namespace_read_write/60_0family_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory/00_0no_variable.json b/tests/results/test_namespace_read_write_mandatory/00_0no_variable.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory/00_0no_variable.json
+++ b/tests/results/test_namespace_read_write_mandatory/00_0no_variable.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory/00_0no_variable_default_version.json b/tests/results/test_namespace_read_write_mandatory/00_0no_variable_default_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory/00_0no_variable_default_version.json
+++ b/tests/results/test_namespace_read_write_mandatory/00_0no_variable_default_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory/00_0no_variable_remove_version.json b/tests/results/test_namespace_read_write_mandatory/00_0no_variable_remove_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory/00_0no_variable_remove_version.json
+++ b/tests/results/test_namespace_read_write_mandatory/00_0no_variable_remove_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory/16_6exists_family.json b/tests/results/test_namespace_read_write_mandatory/16_6exists_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory/16_6exists_family.json
+++ b/tests/results/test_namespace_read_write_mandatory/16_6exists_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json b/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json
+++ b/tests/results/test_namespace_read_write_mandatory/20_0empty_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json b/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json
+++ b/tests/results/test_namespace_read_write_mandatory/20_1empty_subfamily.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json b/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json
+++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json b/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json
+++ b/tests/results/test_namespace_read_write_mandatory/60_0family_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable.json b/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable_default_version.json b/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable_default_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable_default_version.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable_default_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable_remove_version.json b/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable_remove_version.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable_remove_version.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/00_0no_variable_remove_version.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation.json b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation.json
index 857a469..1afb0ee 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/00_9default_calculation.json
@@ -4,31 +4,31 @@
"GROUP1_01": {
"ansible_host": "group1.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"GROUP2_01": {
"ansible_host": "group2.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"GROUP2_02": {
"ansible_host": "group3.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"group4.net": {
"ansible_host": "group4.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
},
"group5.net": {
"ansible_host": "group5.net",
"rougail": {
- "variable": "string_1_True_"
+ "variable": "string_1_True_None"
}
}
}
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_family.json b/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_family.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/16_6exists_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_0empty_family.json b/tests/results/test_namespace_read_write_mandatory_errors/20_0empty_family.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/20_0empty_family.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/20_0empty_family.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.json b/tests/results/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/20_1empty_subfamily.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_empty.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/40_0leadership_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},
diff --git a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_empty.json b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_empty.json
index e236a83..f51689c 100644
--- a/tests/results/test_namespace_read_write_mandatory_errors/60_0family_empty.json
+++ b/tests/results/test_namespace_read_write_mandatory_errors/60_0family_empty.json
@@ -2,24 +2,19 @@
"_meta": {
"hostvars": {
"GROUP1_01": {
- "ansible_host": "group1.net",
- "rougail": {}
+ "ansible_host": "group1.net"
},
"GROUP2_01": {
- "ansible_host": "group2.net",
- "rougail": {}
+ "ansible_host": "group2.net"
},
"GROUP2_02": {
- "ansible_host": "group3.net",
- "rougail": {}
+ "ansible_host": "group3.net"
},
"group4.net": {
- "ansible_host": "group4.net",
- "rougail": {}
+ "ansible_host": "group4.net"
},
"group5.net": {
- "ansible_host": "group5.net",
- "rougail": {}
+ "ansible_host": "group5.net"
}
}
},