mirror of https://github.com/ceph/ceph-ansible.git
workflow/lint: pin ruamel.yaml.clib to 0.2.2
Recent release is broken with py27. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/6644/head
parent
6f3dc45175
commit
695954023e
|
@ -16,6 +16,6 @@ jobs:
|
|||
architecture: x64
|
||||
- run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==4.3.7
|
||||
if: matrix.python-version == '3.6'
|
||||
- run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint ruamel.yaml==0.16.13
|
||||
- run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint ruamel.yaml==0.16.13 ruamel.yaml.clib==0.2.2
|
||||
if: matrix.python-version == '2.7'
|
||||
- run: ansible-lint -x 106,204,205,208 -v --force-color ./roles/*/ ./infrastructure-playbooks/*.yml site-container.yml.sample site-container.yml.sample
|
Loading…
Reference in New Issue