Skip to content

Commit

Permalink
Fix %wheel group syntax problem
Browse files Browse the repository at this point in the history
Signed-off-by: Radovan Sroka <[email protected]>
  • Loading branch information
radosroka committed May 16, 2024
1 parent be624d4 commit 273f61d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ This dictionary can be used to assign either user specifications or default over
commands:
- ALL
- users:
- %wheel
- "%wheel"
hosts:
- ALL
operators:
Expand Down Expand Up @@ -263,7 +263,7 @@ This dictionary can be used to assign either user specifications or default over
commands:
- ALL
- users:
- %wheel
- "%wheel"
hosts:
- ALL
operators:
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sudo_sudoers_files:
commands:
- ALL
- users:
- %wheel
- "%wheel"
hosts:
- ALL
operators:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
commands:
- ALL
- users:
- %wheel
- "%wheel"
hosts:
- ALL
operators:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
commands:
- ALL
- users:
- %wheel
- "%wheel"
hosts:
- ALL
operators:
Expand Down

0 comments on commit 273f61d

Please sign in to comment.