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 7677f6a commit 2e40d22
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

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

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

pre_tasks:
- name: Update apt cache.
Expand Down

0 comments on commit 2e40d22

Please sign in to comment.