mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +02:00
Command instead of shell
This commit is contained in:
parent
a9eddb22a4
commit
cc4b51bf98
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
tasks:
|
||||
- block:
|
||||
- name: Get list of installed servers
|
||||
shell: ls configs/
|
||||
command: ls configs/
|
||||
register: _directory_list
|
||||
|
||||
- name: Build list of installed servers
|
||||
|
|
Loading…
Add table
Reference in a new issue