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