Skip to content

Commit b468bbe

Browse files
authored
Merge pull request #1225 from stackhpc/make-linter-happy
Make linter happy
2 parents c35a1d2 + e58e4b6 commit b468bbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

etc/kayobe/ansible/prometheus-network-names.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
- name: Prometheus friendly network names
23
hosts: overcloud
34
gather_facts: no

etc/kayobe/ansible/stackhpc-openstack-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
depth: 1
3232
single_branch: true
3333

34-
- name: Ensure the latest versions of pip and setuptools are installed # noqa package-latest
34+
- name: Ensure the latest versions of pip and setuptools are installed # noqa package-latest
3535
ansible.builtin.pip:
3636
name: "{{ item.name }}"
3737
state: latest

0 commit comments

Comments
 (0)