diff --git a/roles/fetlab/files/motioneye.conf b/roles/fetlab/files/motioneye.conf index 895d19d..3d04076 100755 --- a/roles/fetlab/files/motioneye.conf +++ b/roles/fetlab/files/motioneye.conf @@ -54,7 +54,7 @@ mjpg_client_timeout 10 # (set to 0 to disable) mjpg_client_idle_timeout 10 -# enable SMB shares (requires motionEye to run as root) +# enable SMB shares (requires motionEye to run as root) smb_shares false # the directory where the SMB mount points will be created diff --git a/roles/fetlab/tasks/motion.yml b/roles/fetlab/tasks/motion.yml index 46db5db..08664aa 100644 --- a/roles/fetlab/tasks/motion.yml +++ b/roles/fetlab/tasks/motion.yml @@ -45,6 +45,15 @@ - thread-3.conf notify: restart motioneye +- name: motion - remove logo + lineinfile: + dest: /usr/local/lib/python2.7/dist-packages/motioneye/templates/main.html + regexp: "{{ item }}" + state: absent + with_items: + - 'motionEye' + - '