Fix test & syntax (#4)

* Optimize syntax
* Fix typo
This commit is contained in:
hyperized
2018-09-03 21:00:51 +02:00
committed by GitHub
parent 0e45d8daf0
commit 687042298e
9 changed files with 159 additions and 157 deletions

View File

@@ -5,9 +5,9 @@
msg: "Variable: '{{ item }}' is not defined!"
when: "{{ item }} is undefined or {{ item }} is none"
with_items:
- directadmin_client_id
- directadmin_license_id
- directadmin_hostname
- directadmin_client_id
- directadmin_license_id
- directadmin_hostname
# Ensure prerequisites are installed for supported OS
- include: prerequisites-Debian.yml