We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b4b89 commit b5b585fCopy full SHA for b5b585f
2 files changed
ansible/roles/usegalaxy_ca.logrotate/tasks/main.yml
@@ -1,8 +1,8 @@
1
---
2
-- name: Deploy pgcleanup logrotate config
+- name: Deploy galaxy logrotate config
3
ansible.builtin.template:
4
- src: pgcleanup.j2
5
- dest: /etc/logrotate.d/pgcleanup
+ src: galaxy.j2
+ dest: /etc/logrotate.d/galaxy
6
when: "'galaxyservers' in group_names"
7
8
- name: Set lower log size limit on staging
…laxy_ca.logrotate/templates/pgcleanup.j2 …egalaxy_ca.logrotate/templates/galaxy.j2ansible/roles/usegalaxy_ca.logrotate/templates/pgcleanup.j2 renamed to ansible/roles/usegalaxy_ca.logrotate/templates/galaxy.j2
0 commit comments