Skip to content

Commit

Permalink
Don't use sudo inside molecule CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 30, 2025
1 parent 5b1f472 commit 5c50cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Converge
hosts: all
become: true
#become: true

Check warning on line 4 in molecule/default/converge.yml

View workflow job for this annotation

GitHub Actions / Lint

4:4 [comments] missing starting space in comment

vars:
pip_install_packages:
Expand Down

0 comments on commit 5c50cb7

Please sign in to comment.