update linting
This commit is contained in:
parent
c070d993f9
commit
0e50b12e8a
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
path: C:\OBS
|
path: C:\OBS
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: download reaper plugin
|
- name: Download reaper plugin
|
||||||
ansible.windows.win_get_url:
|
ansible.windows.win_get_url:
|
||||||
url: "{{ win_reaplugs__srv }}/{{ win_reaplugs__file }}"
|
url: "{{ win_reaplugs__srv }}/{{ win_reaplugs__file }}"
|
||||||
dest: C:\OBS\{{ win_reaplugs__file }}
|
dest: C:\OBS\{{ win_reaplugs__file }}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
- name: verify if plugin is probably installed
|
- name: Verify if plugin is probably installed
|
||||||
ansible.windows.win_stat:
|
ansible.windows.win_stat:
|
||||||
path: "{{ win_reaplugs__installpath }}"
|
path: "{{ win_reaplugs__installpath }}"
|
||||||
register: folder_info
|
register: folder_info
|
||||||
|
|
||||||
- name: download reaper plugin
|
- name: Download reaper plugin
|
||||||
ansible.builtin.include_tasks: download.yml
|
ansible.builtin.include_tasks: download.yml
|
||||||
when:
|
when:
|
||||||
- not folder_info.stat.exists | bool
|
- not folder_info.stat.exists | bool
|
||||||
|
|
Loading…
Reference in a new issue