Fix tox-linters job
Change-Id: Iacaa24d6b40dae62dd79e3c02a389022f0d097d5
This commit is contained in:
parent
fae1a9b1ac
commit
9dfaabe613
@ -2,7 +2,7 @@
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.3.0
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-byte-order-marker
|
||||
@ -19,12 +19,12 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.27.1
|
||||
rev: v1.29.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
files: \.(yaml|yml)$
|
||||
|
||||
- repo: https://opendev.org/openstack/bashate.git
|
||||
rev: 2.1.0
|
||||
rev: 2.1.1
|
||||
hooks:
|
||||
- id: bashate
|
||||
|
@ -15,6 +15,6 @@
|
||||
git:
|
||||
repo: '{{ devstack_git_repo }}'
|
||||
dest: '{{ devstack_dir | realpath }}'
|
||||
update: no
|
||||
update: false
|
||||
become: true
|
||||
become_user: stack
|
||||
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
|
||||
- name: copy stack.sh file to /etc/profile.d/
|
||||
become: true
|
||||
copy:
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
- delegate_to: localhost
|
||||
block:
|
||||
|
||||
- name: ensure '{{ tobiko_ssh_config_path | dirname }}' exists
|
||||
file:
|
||||
path: '{{ tobiko_ssh_config_path | dirname }}'
|
||||
|
@ -3,7 +3,6 @@
|
||||
- name: Configure Neutron bridge for multi node setup
|
||||
when: "( ansible_play_hosts | length ) > 1"
|
||||
block:
|
||||
|
||||
- name: Ensure the infra bridge exists
|
||||
become: true
|
||||
openvswitch_bridge:
|
||||
|
Loading…
Reference in New Issue
Block a user