Commit 1951463
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
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments