diff --git a/changelogs/fragments/arg_spec.yml b/changelogs/fragments/arg_spec.yml index 39b7d144b..702d320fd 100644 --- a/changelogs/fragments/arg_spec.yml +++ b/changelogs/fragments/arg_spec.yml @@ -3,4 +3,5 @@ bugfixes: - Removed master_role_example as no longer required (this wasn't a functional role) - Added argument_spec for all roles - Fixed variable definitions in readmes + - Fixed issue in filetree_read where arg spec incorrect and caused failure (#550) ... diff --git a/roles/filetree_read/meta/argument_specs.yml b/roles/filetree_read/meta/argument_specs.yml index bc3a17a0d..3f155ee88 100644 --- a/roles/filetree_read/meta/argument_specs.yml +++ b/roles/filetree_read/meta/argument_specs.yml @@ -5,12 +5,10 @@ argument_specs: options: orgs: type: str - default: Acme required: true description: This variable sets the organization where should be applied the configuration. dir_orgs_vars: type: str - default: orgs_vars required: true description: This variable sets the directory path where the variables will be store. env: diff --git a/tests/playbooks/README.md b/tests/playbooks/README.md index f94a0d8f6..31de12208 100644 --- a/tests/playbooks/README.md +++ b/tests/playbooks/README.md @@ -126,7 +126,7 @@ This procedure has been tested with **gitlab** git server You have make the following configurations in order to configure CD integration: -1. Configure a Project and a job template with [webhook](https://docs.ansible.com/automation-controller/latest/html/userguide/webhooks.html#id2) property enabled in the Controller pointing to the playbook in charge of CD, you can find an example [here](https://github.com/redhat-cop/controller_configuration/blob/devel/.github/tests/playbooks/cd_gitlab_webhook_trigger.yml). +1. Configure a Project and a job template with [webhook](https://docs.ansible.com/automation-controller/latest/html/userguide/webhooks.html#id2) property enabled in the Controller pointing to the playbook in charge of CD, you can find an example [here](https://github.com/redhat-cop/controller_configuration/blob/devel/tests/playbooks/cd_gitlab_webhook_trigger.yml). 2. Configure [project webhook](https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html) on the project where defined configurations are hosted.