Skip to content

Commit

Permalink
Disables ssh pipelining in postgres task to avoid playbook error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Atwell committed Nov 1, 2017
1 parent e9a70d0 commit f7c42f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
become: yes
become_user: "{{ postgresql_user }}"
# See: https://github.com/ansible/ansible/issues/16048#issuecomment-229012509
vars:
ansible_ssh_pipelining: true
#vars:
# ansible_ssh_pipelining: true
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
become: yes
become_user: "{{ postgresql_user }}"
# See: https://github.com/ansible/ansible/issues/16048#issuecomment-229012509
vars:
ansible_ssh_pipelining: true
#vars:
# ansible_ssh_pipelining: true
4 changes: 2 additions & 2 deletions devops/ansible/roles/geerlingguy.postgresql/tasks/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
become: yes
become_user: "{{ postgresql_user }}"
# See: https://github.com/ansible/ansible/issues/16048#issuecomment-229012509
vars:
ansible_ssh_pipelining: true
#vars:
# ansible_ssh_pipelining: true

0 comments on commit f7c42f2

Please sign in to comment.