We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b82e2b commit bbb0c5cCopy full SHA for bbb0c5c
src/roles/configuration_checks/tasks/disks.yml
@@ -129,10 +129,8 @@
129
ansible.builtin.set_fact:
130
afs_storage_accounts: "{{ mount_info.stdout_lines
131
| map('split', ' ')
132
- | map('list')
133
- | selectattr('1', 'defined')
134
| map(attribute='1')
135
- | select('match', '\\.(privatelink\\.)?file\\.core\\.windows\\.net:/')
+ | select('search', '\\.file\\.core\\.windows\\.net:/')
136
| map('regex_replace', '^.*:/([^/]+)/.*', '\\1')
137
| list
138
| unique }}"
0 commit comments