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

Commit 32a918c

Browse files
Set PBM_MONGODB_URI in .bashrc
1 parent 82daa01 commit 32a918c

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
@@ -55,5 +55,5 @@
5555

5656
- name: Add PBM_MONGODB_URI to bash profile
5757
lineinfile:
58-
path: /root/.bash_profile
58+
path: /root/.bashrc
5959
line: 'export PBM_MONGODB_URI="mongodb://{{ mongodb_backup_user_name }}:{{ mongodb_backup_user_password }}@{{ inventory_hostname }}:{{ mongodb_net_port|default("27017") }}/admin?replicaSet={{ mongodb_replication_replset }}"'

0 commit comments

Comments
 (0)