From e2769bf3a9f8dc28caf6ec76902a438116a7ed8e Mon Sep 17 00:00:00 2001 From: David Stephens Date: Wed, 3 Jan 2024 14:24:11 +0000 Subject: [PATCH] Fix typo, add roms_root (WIP) --- group_vars/all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 56ab90b031..ed164f3f23 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -71,6 +71,9 @@ documents_root: "{{ samba_shares_root }}/documents" # Where personal repos and code are stored code_root: "{{ samba_shares_root }}/code" +# Where roms are stored +roms_root: "{{ samba_shares_root }}/roms" + # The description that'll appear next to your Ansible-NAS box when browsing your network samba_server_string: Ansible NAS @@ -198,7 +201,7 @@ nfs_exports: # Seems to break browsing of the \\server-name shares root when enabled samba_mitigate_cve_2017_7494: false -# Enable apple exentensions for compatibility with apple clients +# Enable apple extensions for compatibility with apple clients samba_apple_extensions: yes # The account used when Samba shares are accessed. Shouldn't need to change this unless you want to