Update setup.yml to use correct Cloud Report #166
Closed
Annotations
2 errors and 9 warnings
Run pre-commit/[email protected]:
network/report.yml#L23
Use failed_when and specify error conditions instead of using ignore_errors.
|
Run pre-commit/[email protected]
Process completed with exit code 1.
|
Run pre-commit/[email protected]:
collections/ansible_collections/demo/openshift/roles/snapshot/tasks/main.yml#L6
Jinja2 spacing could be improved: About to {{ snapshot_operation }} snapshot(s) for the following hosts: {{ lookup('ansible.builtin.inventory_hostnames', snapshot_hosts) | split(',') | difference(['localhost'])}} -> About to {{ snapshot_operation }} snapshot(s) for the following hosts: {{ lookup('ansible.builtin.inventory_hostnames', snapshot_hosts) | split(',') | difference(['localhost']) }}
|
Run pre-commit/[email protected]:
collections/ansible_collections/demo/openshift/roles/snapshot/tasks/main.yml#L9
Jinja2 spacing could be improved: {{ lookup('ansible.builtin.inventory_hostnames', snapshot_hosts) | regex_replace(vm_namespace+'-', '') | split(',') | difference(['localhost']) }} -> {{ lookup('ansible.builtin.inventory_hostnames', snapshot_hosts) | regex_replace(vm_namespace + '-', '') | split(',') | difference(['localhost']) }}
|
Run pre-commit/[email protected]:
collections/ansible_collections/demo/openshift/roles/snapshot/tasks/restore.yml#L17
Jinja2 spacing could be improved: {{ snapshot.resources|selectattr('spec.source.name', 'equalto', item)|sort(attribute='metadata.creationTimestamp')|first}} -> {{ snapshot.resources | selectattr('spec.source.name', 'equalto', item) | sort(attribute='metadata.creationTimestamp') | first }}
|
Run pre-commit/[email protected]:
multi_select_setup.yml#L12
Jinja2 spacing could be improved: {{ (controller_launch_jobs | d([])) + \[launch_jobs | combine( {'extra_vars': { 'demo': item }})] }} -> {{ (controller_launch_jobs | d([])) + \[launch_jobs | combine({'extra_vars': {'demo': item}})] }}
|
Run pre-commit/[email protected]:
openshift/cnv/delete.yml#L7
Jinja2 spacing could be improved: Setting the following hosts to {{ instance_state }} {{ lookup('ansible.builtin.inventory_hostnames', vm_host_string) | split(',') | difference(['localhost'])}} -> Setting the following hosts to {{ instance_state }} {{ lookup('ansible.builtin.inventory_hostnames', vm_host_string) | split(',') | difference(['localhost']) }}
|
Run pre-commit/[email protected]:
openshift/cnv/delete.yml#L10
Jinja2 spacing could be improved: {{ lookup('ansible.builtin.inventory_hostnames', vm_host_string) | regex_replace(vm_namespace+'-', '') | split(',') | difference(['localhost']) }} -> {{ lookup('ansible.builtin.inventory_hostnames', vm_host_string) | regex_replace(vm_namespace + '-', '') | split(',') | difference(['localhost']) }}
|
Run pre-commit/[email protected]:
openshift/cnv/delete.yml#L33
Jinja2 spacing could be improved: {{ os_version |default('rhel9') }} -> {{ os_version | default('rhel9') }}
|
Run pre-commit/[email protected]:
openshift/cnv/wait.yml#L8
Jinja2 spacing could be improved: {{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }} -> {{ (ansible_ssh_host | default(ansible_host)) | default(inventory_hostname) }}
|
Run actions/setup-python@v5
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
Loading