File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 137
137
vars :
138
138
kayobe_environment_path : " {{ src_directory }}/kayobe-config/etc/kayobe/environments/{{ kayobe_config_environment }}"
139
139
140
- # WORKAROUND:
141
- # There is a race condition in Ansible that can result in this failure:
142
- # msg: |-
143
- # MODULE FAILURE
144
- # See stdout/stderr for the exact error
145
- # rc: -13
146
- # See https://github.com/ansible/ansible/issues/78344 and
147
- # https://github.com/ansible/ansible/issues/81777.
148
- # In https://github.com/stackhpc/stackhpc-kayobe-config/pull/1108 we applied
149
- # a workaround to increase the ControlPersist timeout to 1 hour, but this
150
- # does not always work.
151
- # Disabling SSH pipelining prevents the issue at the cost of Ansible
152
- # execution duration.
153
- - name : Disable SSH pipelining
154
- ansible.builtin.replace :
155
- path : " {{ src_directory }}/{{ kayobe_config_name }}/etc/kayobe/ansible.cfg"
156
- regexp : " ^pipelining.*=.*"
157
- replace : " pipelining = False"
158
-
159
140
- name : Ensure hooks directory are present
160
141
ansible.builtin.file :
161
142
dest : " {{ src_directory }}/{{ kayobe_config_name }}/etc/kayobe/hooks/{{ item }}"
You can’t perform that action at this time.
0 commit comments