Skip to content

Commit a4dcd91

Browse files
committed
Fix formatting in ANF IP address and AFS storage account name extraction for consistency
1 parent 12c4e8c commit a4dcd91

File tree

1 file changed

+2
-2
lines changed
  • src/roles/configuration_checks/tasks

1 file changed

+2
-2
lines changed

src/roles/configuration_checks/tasks/disks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
| map(attribute='1')
118118
| select('match', '^(\\d{1,3}\\.){3}\\d{1,3}:')
119119
| map('regex_replace', '^((\\d{1,3}\\.){3}\\d{1,3}):.*', '\\1')
120-
| list
120+
| list
121121
| unique }}"
122122
- name: Debug ANF IP addresses found
123123
when: anf_ip_addresses is defined
@@ -132,7 +132,7 @@
132132
| map(attribute='1')
133133
| select('search', '\\.file\\.core\\.windows\\.net:/')
134134
| map('regex_replace', '^.*:/([^/]+)/.*', '\\1')
135-
| list
135+
| list
136136
| unique }}"
137137

138138
- name: Debug AFS storage account names found

0 commit comments

Comments
 (0)