Skip to content

Commit 2f8f789

Browse files
authored
Merge pull request #1505 from stackhpc/fix-formatting
2 parents 97842ae + b4d429a commit 2f8f789

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

etc/kayobe/ansible/advise-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
venv: ~/venvs/advise-review
99
input_dir: "{{ lookup('env', 'PWD') }}/overcloud-introspection-data"
1010
output_dir: "{{ lookup('env', 'PWD') }}/review"
11-
advise_pattern: .*.eval # Uses regex
11+
advise_pattern: .*.eval # Uses regex
1212
tasks:
1313
- name: Install dependencies
1414
ansible.builtin.pip:

etc/kayobe/ansible/fix-houston.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141

4242
handlers:
4343
- name: Reload systemd
44-
ansible.builtin.command: systemctl daemon-reload # noqa command-instead-of-module
44+
ansible.builtin.command: systemctl daemon-reload # noqa command-instead-of-module

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

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

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

etc/kayobe/kolla/config/ironic/policy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Retrieve multiple Node records
23
# GET /nodes
34
# GET /nodes/detail

0 commit comments

Comments
 (0)