Skip to content

Commit fc6af80

Browse files
committed
lint: Ignore os_networks variable prefix
1 parent eff474e commit fc6af80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/os_networks/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ os_networks_interface:
5555
# subnet pool.
5656
# - 'project': Optional project in which to register the subnet.
5757
# - 'state': Optional state of the subnet, default is 'present'.
58-
os_networks: []
58+
os_networks: [] # noqa var-naming[no-role-prefix]
5959

6060
# List of routers to create. Each item should be a dict containing the
6161
# following items:

0 commit comments

Comments
 (0)