diff --git a/README.md b/README.md index 954ef6e7..1995c062 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Ansible config and a bunch of Docker containers. * [Joomla](https://www.joomla.org/) - Open source content management system * [https://krusader.org/](https://krusader.org/) - Twin panel file management for your desktop * [Lidarr](https://github.com/lidarr/Lidarr) - Music collection manager for Usenet and BitTorrent users -* [MiniDlna](https://sourceforge.net/projects/minidlna/) - simple media server which is fully compliant with DLNA/UPnP-AV clients +* [MiniDLNA](https://sourceforge.net/projects/minidlna/) - simple media server which is fully compliant with DLNA/UPnP-AV clients * [Miniflux](https://miniflux.app/) - An RSS news reader * [Mosquitto](https://mosquitto.org) - An open source MQTT broker * [Mylar](https://github.com/evilhero/mylar) - An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents diff --git a/group_vars/all.yml b/group_vars/all.yml index 86f788c4..9d884bbd 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -745,7 +745,7 @@ timemachine_log_level: error timemachine_port: "10445" ### -### minidlna +### MiniDLNA ### minidlna_media_directory1: "{{ movies_root }}" minidlna_media_directory2: "{{ tv_root }}" diff --git a/tasks/minidlna.yml b/tasks/minidlna.yml index 173657e8..672681ad 100644 --- a/tasks/minidlna.yml +++ b/tasks/minidlna.yml @@ -1,4 +1,4 @@ -- name: minidlna Docker Container +- name: MiniDLNA Docker Container docker_container: name: minidlna image: vladgh/minidlna