Update main.yml

Better have the condition here, before the call to the import_tasks: setup-debian.yml
This commit is contained in:
Larry 2018-08-13 16:05:52 -05:00 committed by GitHub
parent 795e5a20c2
commit 5bf06c87c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
---
- import_tasks: prerequisites/install-prerequisites.yml
when: ansible_os_family == "Debian"
- import_tasks: keys/apt-key.yml
when: ansible_os_family == "Debian"