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 bf38e7b commit f9cd146Copy full SHA for f9cd146
1 file changed
ansible/roles/usegalaxy_ca.logrotate/tasks/main.yml
@@ -4,6 +4,7 @@
4
path: "{{ galaxy_log_dir }}/.old"
5
state: directory
6
when: "'galaxyservers' in group_names"
7
+ become_user: "{{ galaxy_user_name }}"
8
9
- name: Deploy pgcleanup logrotate config
10
ansible.builtin.template:
0 commit comments