This commit is contained in:
parent
d9c1691157
commit
1582ba9723
@ -47,7 +47,7 @@
|
|||||||
'identity_file': "{{ ssh_identity_file }}", }
|
'identity_file': "{{ ssh_identity_file }}", }
|
||||||
with_items: "{{ gce_jobs.results }}"
|
with_items: "{{ gce_jobs.results }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.instance_data[0].name }} - {{ item.instance_data[0].machine_type }}"
|
label: "{{ item.instance_data[0].name }}:{{ item.instance_data[0].machine_type }}"
|
||||||
register: instance_config_dict
|
register: instance_config_dict
|
||||||
when: server.changed | bool
|
when: server.changed | bool
|
||||||
|
|
||||||
|
4
pytest.ini
Normal file
4
pytest.ini
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[pytest]
|
||||||
|
filterwarnings =
|
||||||
|
ignore:Using.*the ABCs.*:DeprecationWarning
|
||||||
|
ignore:You passed a bytestring as.*:DeprecationWarning
|
Loading…
Reference in New Issue
Block a user