diff --git a/roles/glpi/tasks/install.yml b/roles/glpi/tasks/install.yml index b87b67b..7c8f464 100644 --- a/roles/glpi/tasks/install.yml +++ b/roles/glpi/tasks/install.yml @@ -77,8 +77,8 @@ tags: glpi # Some plugins have the directory name not matching the plugin name -# Eg, glpi-dashboard-1.0.2 instead of GLPI. So it's removed as if it was an unmanaged plugin -# If the prop name_from is defined for the plugin, rename the dir +# Eg, glpi-dashboard-1.0.2 instead of dashboard. So it's removed as if it was an unmanaged plugin +# If the prop rename_from is defined for the plugin, rename the dir - name: Rename plugin dir command: mv {{ glpi_root_dir }}/web/plugins/{{ glpi_plugins[item].rename_from }} {{ glpi_root_dir }}/web/plugins/{{ item }} args: