Skip to content

Commit

Permalink
Update galaxy.yml
Browse files Browse the repository at this point in the history
adds cron explicitly
  • Loading branch information
martindemko authored Oct 21, 2024
1 parent 0b69d66 commit afcef2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
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', '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', 'cron', 'anacron' ]
- name: Install RHEL/CentOS/Rocky specific dependencies
package:
name: ['tmpwatch']
Expand Down

0 comments on commit afcef2a

Please sign in to comment.