correct supysonic role

This commit is contained in:
vincent 2019-08-18 17:34:44 +02:00
parent c7652a5b52
commit 5045249644

View File

@ -33,7 +33,9 @@
version: "{{supysonic_repo_branch}}" version: "{{supysonic_repo_branch}}"
become: yes become: yes
when: location_stat.stat.exists == false or supysonic_force_site_update == true when: location_stat.stat.exists == false or supysonic_force_site_update == true
notify:
- restart supysonic service
- name: create folder in var - name: create folder in var
file: file:
path: "/var/{{supysonic_name}}" # required. Path to the file being managed. path: "/var/{{supysonic_name}}" # required. Path to the file being managed.