Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 1ea0241

Browse files
Adjusted pbm-agent directory for debian
1 parent 2798592 commit 1ea0241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/backup/pbm_configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- name: Create file pbm-agent
2929
template:
3030
src: pbm-agent.j2
31-
dest: /etc/sysconfig/pbm-agent
31+
dest: /etc/{{ 'default' if ansible_distribution|lower == "debian" else 'sysconfig' }}/pbm-agent
3232
when: not ansible_check_mode
3333

3434
- name: Create file pbm_config.yml

0 commit comments

Comments
 (0)