Skip to content

Commit

Permalink
paths_recurse -> paths_recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Nov 17, 2023
1 parent 87fa781 commit 5cda74e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/audiobookshelf/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ audiobookshelf_paths_folders_list:
- "{{ audiobookshelf_paths_location }}/metadata"
- "/mnt/unionfs/Media/Audiobooks"
- "/mnt/unionfs/Media/Podcasts"
audiobookshelf_paths_recurse: true
audiobookshelf_paths_recursive: true

################################
# Web
Expand Down
2 changes: 1 addition & 1 deletion roles/plex_meta_manager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plex_meta_manager_paths_folder: "{{ plex_meta_manager_name }}"
plex_meta_manager_paths_location: "{{ server_appdata_path }}/{{ plex_meta_manager_paths_folder }}"
plex_meta_manager_paths_folders_list:
- "{{ plex_meta_manager_paths_location }}"
plex_meta_manager_paths_recurse: true
plex_meta_manager_paths_recursive: true

################################
# Docker
Expand Down
2 changes: 1 addition & 1 deletion roles/uptime_kuma/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ uptime_kuma_paths_folder: "{{ uptime_kuma_name }}"
uptime_kuma_paths_location: "{{ server_appdata_path }}/{{ uptime_kuma_paths_folder }}"
uptime_kuma_paths_folders_list:
- "{{ uptime_kuma_paths_location }}"
uptime_kuma_paths_recurse: true
uptime_kuma_paths_recursive: true

################################
# Web
Expand Down

0 comments on commit 5cda74e

Please sign in to comment.