Skip to content

fix

fix #391

Triggered via push November 11, 2025 18:14
Status Failure
Total duration 44s
Artifacts

linters.yml

on: push
ansible-lint
40s
ansible-lint
tox-linters  /  Runs code linting tests
14s
tox-linters / Runs code linting tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_manage_security_group/tasks/delete.yml#L8
Variables names from within roles should use azure_manage_security_group_ as a prefix. (register: sg_info)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_manage_postgresql/tasks/main.yml#L8
Variables names from within roles should use azure_manage_postgresql_ as a prefix. (register: rg_info)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_manage_postgresql/tasks/main.yml#L2
Variables names from within roles should use azure_manage_postgresql_ as a prefix. (register: server_info)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_manage_networking_stack/tasks/create.yml#L2
Variables names from within roles should use azure_manage_networking_stack_ as a prefix. (register: result)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_manage_network_interface/tasks/main.yml#L2
Variables names from within roles should use azure_manage_network_interface_ as a prefix. (register: rg_info)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_manage_network_interface/tasks/create.yml#L25
Variables names from within roles should use azure_manage_network_interface_ as a prefix. (register: subnet_info)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_manage_network_interface/tasks/create.yml#L12
Variables names from within roles should use azure_manage_network_interface_ as a prefix. (register: vnet_info)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_load_balancer_with_public_ip/tasks/main.yml#L8
Variables names from within roles should use azure_load_balancer_with_public_ip_ as a prefix. (register: rg_info)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_load_balancer_with_public_ip/tasks/main.yml#L2
Variables names from within roles should use azure_load_balancer_with_public_ip_ as a prefix. (register: lb_info)
var-naming[no-role-prefix]: .ansible/collections/ansible_collections/cloud/azure_ops/roles/azure_load_balancer_with_public_ip/tasks/delete.yml#L8
Variables names from within roles should use azure_load_balancer_with_public_ip_ as a prefix. (register: pip)