Skip to content

Commit 040c17c

Browse files
authored
Fix arg spec failure (#551)
* Fix arg spec failure * add changelog * fix broken link
1 parent b07941a commit 040c17c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

changelogs/fragments/arg_spec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ bugfixes:
33
- Removed master_role_example as no longer required (this wasn't a functional role)
44
- Added argument_spec for all roles
55
- Fixed variable definitions in readmes
6+
- Fixed issue in filetree_read where arg spec incorrect and caused failure (#550)
67
...

roles/filetree_read/meta/argument_specs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ argument_specs:
55
options:
66
orgs:
77
type: str
8-
default: Acme
98
required: true
109
description: This variable sets the organization where should be applied the configuration.
1110
dir_orgs_vars:
1211
type: str
13-
default: orgs_vars
1412
required: true
1513
description: This variable sets the directory path where the variables will be store.
1614
env:

tests/playbooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ This procedure has been tested with **gitlab** git server
126126

127127
You have make the following configurations in order to configure CD integration:
128128

129-
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).
129+
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).
130130

131131
2. Configure [project webhook](https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html) on the project where defined configurations are hosted.
132132

0 commit comments

Comments
 (0)