Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Oct 26, 2023
1 parent 5dbdd2e commit 8ba2319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ infra_user_name: "{{ svc_user_name }}"
# Group name of the group that should own the files
infra_group_name: "{{ svc_group_name }}"
# Optionally provide the UID of the user. If absent, the UID will be looked up
infra_user_uid: undefined
infra_user_uid: "{{ svc_user_uid }}"
# Optionally provide the GID of the group. If absent, the GID will be looked up
infra_group_gid: undefined
infra_group_gid: "{{ svc_group_gid }}"
# Timezone
infra_tz: Etc/UTC
# Domain name, internal
Expand Down

0 comments on commit 8ba2319

Please sign in to comment.