Do not use openstack.osa.linear strategy plugin
Custom linear plugin was added long time ago. Nowadays it causes issues with loop conditionals. It's not really needed these times. Everything works fine without it. I also didn't notice any performance degradation after disabling it on my AIO. Closes-Bug: #2007849 Change-Id: I566004cfeaa4d562265f22adc044cff3458430d1
This commit is contained in:
parent
68cb6f950a
commit
8a05eda535
@ -53,8 +53,6 @@ export ANSIBLE_SSH_ARGS="${ANSIBLE_SSH_ARGS:--C -o ControlMaster=auto -o Control
|
||||
export ANSIBLE_PIPELINING="${ANSIBLE_SSH_PIPELINING}"
|
||||
export ANSIBLE_FORKS="${ANSIBLE_FORKS:-OSA_ANSIBLE_FORKS}"
|
||||
|
||||
export ANSIBLE_STRATEGY="${ANSIBLE_STRATEGY:-openstack.osa.linear}"
|
||||
|
||||
export ANSIBLE_FORCE_HANDLERS="${ANSIBLE_FORCE_HANDLERS:-True}"
|
||||
export ANSIBLE_PYTHON_INTERPRETER="${ANSIBLE_PYTHON_INTERPRETER:-OSA_ANSIBLE_PYTHON_INTERPRETER}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user