Skip to content

Commit

Permalink
Merge branch 'devel' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan authored Dec 14, 2024
2 parents b8137db + d356068 commit a973653
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v24.12.1
rev: v24.12.2
hooks:
# see discussions here about what arguments are used, and behavior
# https://github.com/ansible/ansible-lint/issues/649
Expand Down
6 changes: 3 additions & 3 deletions CONVERSION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ This is the format that is used for each using the appropriate prefix

Prefixes

- controller_configuration
- ah_configuration
- gateway
- controller_configuration_
- ah_configuration_
- gateway_
- eda_configuration_

Format:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The awx.awx or ansible.controller collection must be invoked in the playbook in
The following command will invoke the collection playbook. This is considered a starting point for the collection.

```console
ansible-playbook infra.aap_configuration.configure_controller.yml
ansible-playbook infra.aap_configuration.configure_aap.yml
```

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.
Expand Down
2 changes: 1 addition & 1 deletion roles/controller_credential_input_sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ controller_credential_input_sources:
secret_path: vault/path/to/gitlab/secret
auth_path: approle
secret_key: GITLAB_PASSWORD_FROM_HASHI_VAULT
secret_version
secret_version: v2
description: Fill the gitlab credential from HashiCorp Vault
- source_credential: cyberark
target_credential: gitlab
Expand Down

0 comments on commit a973653

Please sign in to comment.