Skip to content

Commit

Permalink
add include_tasks attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pvisweswar committed Feb 15, 2024
1 parent 63e7eee commit 7803eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commcare_cloud/ansible/roles/postgresql/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
tags: pghashlib

- name: Setup plproxy
include: plproxy.yml
include_tasks: plproxy.yml
when: item.get('host')
loop:
- "{{ postgresql_dbs.form_processing.proxy|default({}) }}"
Expand Down

0 comments on commit 7803eff

Please sign in to comment.