Command instead of shell

This commit is contained in:
TC1977 2019-05-19 23:01:41 -04:00 committed by GitHub
parent a9eddb22a4
commit cc4b51bf98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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