Skip to content

Commit dc19e1f

Browse files
committed
rename git-annex role to git_annex
ansible-lint's role-name rule requires role directory names to match ^[a-z][a-z0-9_]*$ (no dashes). This has been failing CI on master since 2026-07-07, unrelated to any specific feature change.
1 parent 72da93a commit dc19e1f

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

roles/rpm_packaging/meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
dependencies:
3-
- role: git-annex
3+
- role: git_annex
44
- role: epel_repositories

0 commit comments

Comments
 (0)