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 0c0dc31 commit ec97be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

pre_tasks:
- name: Update apt cache.
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/version-60.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/version-60.yml

View workflow job for this annotation

GitHub Actions / Lint

4:4 [comments] missing starting space in comment

vars:
varnish_version: "6.0"
Expand Down

0 comments on commit ec97be3

Please sign in to comment.