Skip to content

Commit

Permalink
ansible/roles.py: fix formating of role names
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Jun 13, 2024
1 parent 49df6d5 commit 750e12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def main():
if args.filter not in req.name:
continue
role = processed_roles[req.name]
print('%-40s --- %22s (Git: %s | Req: %s)' %
print('%-44s --- %22s (Git: %s | Req: %s)' %
(BOLD(role.name), role.state,
CYAN(role.current_commit[:8]),
commit_or_any(role.required)))
Expand Down

0 comments on commit 750e12d

Please sign in to comment.