mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +02:00
Change names
This commit is contained in:
parent
caee2bfa12
commit
a623f9593b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
tasks:
|
||||
- block:
|
||||
- name: Get list of installed servers
|
||||
- name: Get list of installed config files
|
||||
find:
|
||||
paths: configs/
|
||||
depth: 2
|
||||
|
@ -16,7 +16,7 @@
|
|||
patterns: ".config.yml"
|
||||
register: _configs_list
|
||||
|
||||
- name: Build list of installed servers
|
||||
- name: Build string of installed servers
|
||||
set_fact:
|
||||
server_list: "{% if server_list is defined %}{{ server_list }},{% endif %}{{ item.path|replace('configs/','')|replace('/.config.yml','') }}"
|
||||
with_items: "{{ _configs_list.files }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue