equal
deleted
inserted
replaced
38 owner: "{{bitcoind_user}}" |
38 owner: "{{bitcoind_user}}" |
39 group: "{{bitcoind_user}}" |
39 group: "{{bitcoind_user}}" |
40 mode: "{{item.mode}}" |
40 mode: "{{item.mode}}" |
41 loop: |
41 loop: |
42 - { path: "{{bitcoind_data_dir}}", mode: "0750" } |
42 - { path: "{{bitcoind_data_dir}}", mode: "0750" } |
43 - { path: "{{bitcoind_log_dir}}", mode: "0750" } |
|
44 - { path: "{{bitcoind_conf_dir}}", mode: "0755" } |
43 - { path: "{{bitcoind_conf_dir}}", mode: "0755" } |
45 |
44 |
46 - name: configure bitcoind |
45 - name: configure bitcoind |
47 become: yes |
46 become: yes |
48 template: |
47 template: |