fix some small bugs

This commit is contained in:
Robert Kaussow 2018-07-10 23:01:22 +02:00
parent 1dda2a43ee
commit 2d81706795
1 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,16 @@
---
- name: Setup directories
file:
path: "{{ item }}"
state: directory
owner: "{{ unifi_user }}"
group: "{{ unifi_group }}"
recurse: True
with_items:
- "{{ unifi_base_dir }}"
- "{{ unifi_base_dir }}/{{ unifi_version }}"
become: True
- block:
- name: Download unifi version '{{ unifi_version }}'
get_url: