fix policy issues
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-08-04 22:34:55 +02:00
parent 1f293c2108
commit af0e6db37f
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
get_url:
url: "https://dl.ubnt.com/unifi/{{ unifi_version }}/UniFi.unix.zip"
dest: /tmp/UniFi.unix.zip
force: true
force: yes
- name: Setup unifi version '{{ unifi_version }}'
unarchive:
@ -83,8 +83,8 @@
name: "{{ item.name }}"
rules: "{{ item.rules }}"
state: "{{ item.state }}"
weight: "{{ item.weight|default(omit) }}"
table: "{{ item.table|default(omit) }}"
weight: "{{ item.weight | default(omit) }}"
table: "{{ item.table | default(omit) }}"
loop: "{{ unifi_open_ports }}"
loop_control:
label: "{{ item.name }}"

View File

@ -3,7 +3,7 @@
- name: Create volume group '{{ unifi_lvm_vg }}'
lvg:
vg: "{{ unifi_lvm_vg }}"
pvs: "{{ unifi_lvm_pvs|join(',') }}"
pvs: "{{ unifi_lvm_pvs | join(',') }}"
pesize: "4"
- name: Create logical volume '{{ unifi_lvm_lv }}'