fix missing become_user

This commit is contained in:
Robert Kaussow 2018-08-18 16:22:31 +02:00
parent 967572afac
commit c4b9aa72af

View File

@ -11,6 +11,7 @@
- "{{ unifi_base_dir }}/{{ unifi_version }}" - "{{ unifi_base_dir }}/{{ unifi_version }}"
- "{{ unifi_tmp_dir }}" - "{{ unifi_tmp_dir }}"
become: True become: True
become_user: root
- block: - block:
- name: Download unifi version '{{ unifi_version }}' - name: Download unifi version '{{ unifi_version }}'