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

Commit 259e95b

Browse files
Fix remove pbm-agent path
1 parent 7a14249 commit 259e95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/backup/pbm_remove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- name: Remove file pbm-agent
4242
file:
4343
state: "absent"
44-
path: "/etc/{{ 'default' if ansible_distribution|lower == "debian" else 'sysconfig' }}/pbm-agent"
44+
path: /etc/{{ 'default' if ansible_distribution|lower == "debian" else 'sysconfig' }}/pbm-agent
4545

4646
- name: Remove PBM_MONGODB_URI to bashrc
4747
lineinfile:

0 commit comments

Comments
 (0)