Skip to content

Commit

Permalink
Do not import PgPoolII integration tasks but include it
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-edb committed Feb 5, 2021
1 parent fd8beb9 commit 30b68aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/setup_efm/tasks/setup_efm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
tasks_from: pgpool2_install.yml
vars:
pgpool2_ssl: false
- import_tasks: efm_pgpool2_integration.yml
- include_tasks: efm_pgpool2_integration.yml
no_log: "{{ disable_logging }}"
become: yes
when:
Expand Down

0 comments on commit 30b68aa

Please sign in to comment.