Skip to content

Commit 90d0922

Browse files
committed
Use playbook_dir for collateral funding helper task
1 parent 3a527aa commit 90d0922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/mn_fund_collateral/tasks/fund_collateral.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
var: payments
1818

1919
- name: Fund listed masternodes with {{ amount ~ ' Dash'}}
20-
ansible.builtin.include_tasks: "{{ role_path }}/tasks/fund_one_collateral.yml"
20+
ansible.builtin.include_tasks: "{{ playbook_dir }}/roles/mn_fund_collateral/tasks/fund_one_collateral.yml"
2121
with_items:
2222
- '{{ payment_targets }}'
2323
loop_control:

0 commit comments

Comments
 (0)