Optimize syntax

This commit is contained in:
Gerben Geijteman
2018-09-03 20:40:10 +02:00
parent 0e45d8daf0
commit 2e0fef1654
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