Skip to content

Commit

Permalink
Update galaxy.yml
Browse files Browse the repository at this point in the history
mv anacron dep to dbservers
  • Loading branch information
martindemko authored Oct 21, 2024
1 parent afcef2a commit c121324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pre_tasks:
- name: Install Dependencies
package:
name: 'acl'
name: ['acl', 'anacron']
roles:
- galaxyproject.postgresql
- role: galaxyproject.postgresql_objects
Expand Down Expand Up @@ -60,7 +60,7 @@
mode: 0640
- name: Install Dependencies
package:
name: ['acl', 'bzip2', 'git', 'make', 'tar', 'python3-bioblend', 'python3-venv', 'python3-setuptools', 'python3-pip', 'python3-psycopg2', 'rsync', 'python3-docker', 'nginx-full', 'logrotate', 'proftpd-mod-ldap', 'ceph-common', 'squashfs-tools', 'cron', 'anacron' ]
name: ['acl', 'bzip2', 'git', 'make', 'tar', 'python3-bioblend', 'python3-venv', 'python3-setuptools', 'python3-pip', 'python3-psycopg2', 'rsync', 'python3-docker', 'nginx-full', 'logrotate', 'proftpd-mod-ldap', 'ceph-common', 'squashfs-tools' ]
- name: Install RHEL/CentOS/Rocky specific dependencies
package:
name: ['tmpwatch']
Expand Down

0 comments on commit c121324

Please sign in to comment.