mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 16:23:00 +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:
|
tasks:
|
||||||
- block:
|
- block:
|
||||||
- name: Get list of installed servers
|
- name: Get list of installed servers
|
||||||
shell: ls configs/
|
command: ls configs/
|
||||||
register: _directory_list
|
register: _directory_list
|
||||||
|
|
||||||
- name: Build list of installed servers
|
- name: Build list of installed servers
|
||||||
|
|
Loading…
Add table
Reference in a new issue