From d6bbc8f23ef34acf5b908a60f1fde721f108e6b0 Mon Sep 17 00:00:00 2001 From: elliotsayes Date: Thu, 29 Oct 2020 00:30:34 +1300 Subject: [PATCH] More consistent use of variables in Samba share paths --- group_vars/all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 4df45c5e..6443a56b 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -251,7 +251,7 @@ samba_shares: public: yes writable: yes browsable: yes - path: "{{ samba_shares_root }}/photos" + path: "{{ photos_root }}" - name: books comment: 'Books' @@ -259,7 +259,7 @@ samba_shares: public: yes writable: yes browsable: yes - path: "{{ samba_shares_root }}/books" + path: "{{ books_root }}" - name: comics comment: 'Comics' @@ -267,7 +267,7 @@ samba_shares: public: yes writable: yes browsable: yes - path: "{{ samba_shares_root }}/comics" + path: "{{ comics_root }}" ### ### NFS