Skip to content

Commit 4ce586b

Browse files
committed
Remove sudo from ansible-lint command in CI workflow
The sudo usage was unnecessary for the ansible-lint command. This change simplifies the workflow and avoids potential permission issues.
1 parent f6d6e53 commit 4ce586b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# limit-access-to-users: nbejansen
3434

3535
- name: Lint ansible files
36-
run: sudo ansible-lint ./roles
36+
run: ansible-lint ./roles
3737

3838
- uses: canonical/setup-lxd@main
3939
with:

0 commit comments

Comments
 (0)