mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +02:00
Change 'Build string' to 'Build list'
This commit is contained in:
parent
7177f1f6df
commit
c986f6adca
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
that: _configs_list.matched > 0
|
that: _configs_list.matched > 0
|
||||||
msg: No servers found, nothing to update.
|
msg: No servers found, nothing to update.
|
||||||
|
|
||||||
- name: Build string of installed servers
|
- name: Build list of installed servers
|
||||||
set_fact:
|
set_fact:
|
||||||
server_list: >-
|
server_list: >-
|
||||||
[{% for i in _configs_list.files %}
|
[{% for i in _configs_list.files %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue