Skip to content

Commit

Permalink
minecraft: cleanup bad variables
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jan 16, 2024
1 parent 72b60f2 commit b6fd64f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/minecraft/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ minecraft_paths_folders_list:
- "{{ minecraft_paths_location }}/"
- "{{ minecraft_paths_location }}/{{ minecraft_name }}"
- "{{ minecraft_paths_location }}/{{ minecraft_name }}/data"
minecraft_paths_recursive: true

################################
# Web
Expand Down Expand Up @@ -56,8 +57,8 @@ minecraft_docker_image: "{{ lookup('vars', minecraft_name + '_docker_image_repo'
minecraft_docker_envs_default:
TZ: "{{ tz }}"
EULA: "TRUE"
WHITELIST: "{{ uid }}"
OPS: "{{ uid }}"
UID: "{{ uid }}"
GID: "{{ gid }}"
minecraft_docker_envs_custom: {}
minecraft_docker_envs: "{{ lookup('vars', minecraft_name + '_docker_envs_default', default=minecraft_docker_envs_default)
| combine(lookup('vars', minecraft_name + '_docker_envs_custom', default=minecraft_docker_envs_custom)) }}"
Expand Down

0 comments on commit b6fd64f

Please sign in to comment.