forked from ISTI-ansible-roles/ansible-roles
Give more heap to the parthenos aggregator. See https://support.d4science.org/issues/10227
This commit is contained in:
parent
c848feb9b7
commit
fe75249c69
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Install the vsftpd package
|
- name: Install the vsftpd package
|
||||||
apt: pkg=vsftpd state=installed
|
apt: pkg=vsftpd state=installed update_cache=yes cache_valid_time=3600
|
||||||
tags: [ 'vsftpd', 'ftp' ]
|
tags: [ 'vsftpd', 'ftp' ]
|
||||||
|
|
||||||
- name: Install the vsftpd configuration file
|
- name: Install the vsftpd configuration file
|
||||||
|
|
Loading…
Reference in New Issue