Skip to content

Commit b5b585f

Browse files
committed
Rename for galaxy, not just pgcleanup
1 parent 98b4b89 commit b5b585f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/roles/usegalaxy_ca.logrotate/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
- name: Deploy pgcleanup logrotate config
2+
- name: Deploy galaxy logrotate config
33
ansible.builtin.template:
4-
src: pgcleanup.j2
5-
dest: /etc/logrotate.d/pgcleanup
4+
src: galaxy.j2
5+
dest: /etc/logrotate.d/galaxy
66
when: "'galaxyservers' in group_names"
77

88
- name: Set lower log size limit on staging

ansible/roles/usegalaxy_ca.logrotate/templates/pgcleanup.j2 renamed to ansible/roles/usegalaxy_ca.logrotate/templates/galaxy.j2

File renamed without changes.

0 commit comments

Comments
 (0)