Skip to content

Commit ac5d3b2

Browse files
committed
style(ansible): adjust noqa comments in playbook.yaml to follow space convention
Remove the space before the bracket in noqa comments to align with common style guides for Ansible linting suppressions.
1 parent 7f0c4b4 commit ac5d3b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/playbook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
tags: [eth_inventory_web, ethereum_inventory_web]
107107
when: inventory_hostname == primary_bootnode
108108
vars:
109-
eth_inventory_web_container_networks: "{{ docker_networks_shared }}" #noqa var-naming[no-role-prefix]
110-
eth_inventory_web_container_env: #noqa var-naming[no-role-prefix]
109+
eth_inventory_web_container_networks: "{{ docker_networks_shared }}" # noqa: var-naming[no-role-prefix]
110+
eth_inventory_web_container_env: # noqa: var-naming[no-role-prefix]
111111
VIRTUAL_HOST: "{{ primary_bootnode }}.{{ network_server_subdomain }}"
112112
VIRTUAL_PORT: "80"
113113
VIRTUAL_PATH: "/meta/api"

0 commit comments

Comments
 (0)