We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32be04 commit 094ad5cCopy full SHA for 094ad5c
ansible/roles/couchdb/tasks/deploy.yml
@@ -59,6 +59,7 @@
59
path: "{{ db_confdir }}"
60
state: directory
61
become: "{{ db.dir.become }}"
62
+ become_user: couchdb
63
when: db_confdir is defined
64
65
- name: synchronize default configuration files from local to remote in CouchDB config directory
@@ -68,6 +69,7 @@
68
69
delete: yes
70
recursive: yes
71
72
73
74
75
- name: "(re)start CouchDB from '{{ couchdb_image }} ' "
0 commit comments