9c509bd4c3
Gate was failing due to a race condition whereby the partition is not ready and so the first mounted partitions fails to mount - causing hosts to fail. Adding a retry/delay on failures in the mount task should resolve this issue. ansible-lint failures were occurring due to a recent release of ansible-lint Since the gate failure cannot be merged without the linting fix, this change also contains I0cc973867d9c279eb6ea05decc5ebccfaa19c7b0 to break the co- dependency between this and the other patch. Change-Id: I3f4daaed764c4cad8a07408fedf8d0cba570a344
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
ansible-lint<=2.3.9
|
|
ansible>=1.9.1,<2.0.0
|
|
bashate
|
|
flake8
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|