Skip to content

Commit

Permalink
set dev user uid to 1002
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Nov 7, 2024
1 parent ca6e6db commit 10e5a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
- name: Add dev user
user:
name: dev
uid: 1001
uid: 1002
- name: Get disk usage
shell: df -h
register: disk_usage
Expand Down

0 comments on commit 10e5a1a

Please sign in to comment.