File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
venv : ~/venvs/advise-review
9
9
input_dir : " {{ lookup('env', 'PWD') }}/overcloud-introspection-data"
10
10
output_dir : " {{ lookup('env', 'PWD') }}/review"
11
- advise_pattern : .*.eval # Uses regex
11
+ advise_pattern : .*.eval # Uses regex
12
12
tasks :
13
13
- name : Install dependencies
14
14
ansible.builtin.pip :
Original file line number Diff line number Diff line change 41
41
42
42
handlers :
43
43
- 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
Original file line number Diff line number Diff line change 32
32
depth : 1
33
33
single_branch : true
34
34
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
36
36
ansible.builtin.pip :
37
37
name : " {{ item.name }}"
38
38
state : latest
Original file line number Diff line number Diff line change
1
+ ---
1
2
# Retrieve multiple Node records
2
3
# GET /nodes
3
4
# GET /nodes/detail
You can’t perform that action at this time.
0 commit comments