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

Commit 9de6172

Browse files
authored
Merge pull request #17 from stone-payments/feat/no_log_pbm
alterando no log para false variavel pbm
2 parents 420166e + 63de743 commit 9de6172

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
@@ -72,4 +72,4 @@
7272
lineinfile:
7373
path: /root/.bashrc
7474
line: 'export PBM_MONGODB_URI="mongodb://{{ mongodb_backup_user_name }}:{{ mongodb_backup_user_password }}@{{ inventory_hostname }}:{{ mongodb_net_port }}/admin?replicaSet={{ mongodb_replication_replset }}"'
75-
no_log: true
75+
no_log: false

0 commit comments

Comments
 (0)