Skip to content

Commit

Permalink
resolve warning for no_log
Browse files Browse the repository at this point in the history
  • Loading branch information
mkangia committed Jan 2, 2025
1 parent f32e1e0 commit 5bda3c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commcare_cloud/ansible/roles/couchdb2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
- meta: flush_handlers

- name: Add nodes
no_log: true
uri:
url: "http{% if couchdb_secure %}s{% endif %}://{{ inventory_hostname|ipaddr }}:{% if couchdb_version is version('3.0.0', '>=') %}{{ couchdb_port }}/_node/_local{% else %}{{ couchdb_node_port }}{% endif %}/_nodes/couchdb@{{ item|ipaddr }}"
method: PUT
Expand Down

0 comments on commit 5bda3c4

Please sign in to comment.