diff --git a/changelogs/fragments/20240527-roles-add-description.yml b/changelogs/fragments/20240527-roles-add-description.yml new file mode 100644 index 00000000..1017450c --- /dev/null +++ b/changelogs/fragments/20240527-roles-add-description.yml @@ -0,0 +1,3 @@ +--- +trivial: + - add role description for collection roles (https://github.com/ansible-collections/cloud.terraform/pull/141). diff --git a/roles/git_plan/meta/main.yml b/roles/git_plan/meta/main.yml new file mode 100644 index 00000000..35f3b5e7 --- /dev/null +++ b/roles/git_plan/meta/main.yml @@ -0,0 +1,6 @@ +--- +galaxy_info: + author: Ansible cloud team. + description: A role to clone a Git repository and apply a plan from it. + license: GPL-3.0-or-later + min_ansible_version: 2.15.0 diff --git a/roles/inventory_from_outputs/meta/main.yml b/roles/inventory_from_outputs/meta/main.yml new file mode 100644 index 00000000..9877bdd8 --- /dev/null +++ b/roles/inventory_from_outputs/meta/main.yml @@ -0,0 +1,6 @@ +--- +galaxy_info: + author: Ansible cloud team. + description: A role to create an in-memory inventory from Terraform outputs. + license: GPL-3.0-or-later + min_ansible_version: 2.15.0