Skip to content

Commit b1044f4

Browse files
authored
Fix some docs (playbook name and more) (#1012)
* fix YAML example in controller_credential_input_sources README * fix prefixes in CONVERSION_GUIDE * fix Playbook in README
1 parent c15dc5d commit b1044f4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONVERSION_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ This is the format that is used for each using the appropriate prefix
192192

193193
Prefixes
194194

195-
- controller_configuration
196-
- ah_configuration
197-
- gateway
195+
- controller_configuration_
196+
- ah_configuration_
197+
- gateway_
198198
- eda_configuration_
199199

200200
Format:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The awx.awx or ansible.controller collection must be invoked in the playbook in
8181
The following command will invoke the collection playbook. This is considered a starting point for the collection.
8282

8383
```console
84-
ansible-playbook infra.aap_configuration.configure_controller.yml
84+
ansible-playbook infra.aap_configuration.configure_aap.yml
8585
```
8686

8787
Otherwise it will look for the modules only in your base installation. If there are errors complaining about "couldn't resolve module/action" this is the most likely cause.

roles/controller_credential_input_sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ controller_credential_input_sources:
132132
secret_path: vault/path/to/gitlab/secret
133133
auth_path: approle
134134
secret_key: GITLAB_PASSWORD_FROM_HASHI_VAULT
135-
secret_version
135+
secret_version: v2
136136
description: Fill the gitlab credential from HashiCorp Vault
137137
- source_credential: cyberark
138138
target_credential: gitlab

0 commit comments

Comments
 (0)