Skip to content

Commit

Permalink
Fix ansible-lint spacing notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianvdl authored and vibhorkumar123 committed Apr 30, 2024
1 parent bbf9f54 commit 4739523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/setup_efm/tasks/efm_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- {name: custom.monitor.interval, value: "5"}
- {name: custom.monitor.safe.mode, value: "true"}
- {name: custom.monitor.timeout, value: "10"}
- {name: pgpool.enable, value: "{{ efm_pgpool2_integration|lower }}"}
- {name: pgpool.enable, value: "{{ efm_pgpool2_integration | lower }}"}
- {name: pgpool.bin, value: "{{ pgpool2_bin_path }}"}
- {name: pcp.user, value: "{{ pcp_admin_user }}"}
- {name: pcp.host, value: "{{ pgpool2_vip }}"}
Expand Down

0 comments on commit 4739523

Please sign in to comment.