Skip to content

Commit

Permalink
Smal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
supertarto committed Jan 14, 2021
1 parent 070e732 commit 89bc20b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
galaxy_info:
author: "Xavier Binois"
description: "Install and configure Omeka S with Ansible"
role_name: omeka-S
role_name: omeka_S
company:
license: "GNU General Public License v3.0"
min_ansible_version: 2.8
Expand Down
1 change: 0 additions & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
- src: supertarto.apache
- src: supertarto.mariadb
- src: supertarto.php
- src: supertarto.nodejs
1 change: 0 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
- "files"
when: omekaS_installed.stat.exists and omekaS_force_update

# vérifier le nom du dossier extrait pour corriger erreur dans GA
- name: Download and extract Omeka S
ansible.builtin.unarchive:
src: "{{ omekaS_download_url }}"
Expand Down

0 comments on commit 89bc20b

Please sign in to comment.