Update install-prerequisites.yml

In order to avoid a extra call, move the next line, to control the first task on the tasks/main.yml
when: ansible_os_family == "Debian"
This commit is contained in:
Larry 2018-08-13 16:07:51 -05:00 committed by GitHub
parent 795e5a20c2
commit 3a9008dc53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,2 @@
---
- import_tasks: setup-debian.yml
when: ansible_os_family == "Debian"