Skip to content

Commit 1951463

Browse files
dwiththe2hill
authored andcommitted
Fix!!: Ansible requirements needs community.crypto
- Add `community.crypto` (3.1.1) to `ansible-collection-requirements.yml` - The `octavia_preconf` and `capi_cluster` roles use `community.crypto.openssh_keypair` but the collection was missing from requirements, causing ansible-lint to fail with `syntax-check[unknown-module]` on every PR - [ ] Verify ansible-lint CI job no longer reports `couldn't resolve module/action 'community.crypto.openssh_keypair'`
1 parent 0cf00af commit 1951463

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible-collection-requirements.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ collections:
1212
- name: https://github.com/ansible-collections/kubernetes.core
1313
version: 3.2.0
1414
type: git
15+
- name: https://github.com/ansible-collections/community.crypto
16+
version: 3.1.1
17+
type: git

0 commit comments

Comments
 (0)