Skip to content

Commit

Permalink
Explicitly create fc group
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Sep 9, 2024
1 parent 32dafd0 commit 374c4c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/includes/lotus_user.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- name: Ensure lotus group exists
group:
name: "{{ lotus_user }}"
state: present
gid: "{{ lotus_user_uid }}"
system: yes

- name: Ensure lotus user exists
user:
name: "{{ lotus_user }}"
Expand Down

0 comments on commit 374c4c2

Please # to comment.