fix uwsm?
This commit is contained in:
@@ -14,9 +14,11 @@
|
|||||||
- name: Check for installed {{ pkg }}
|
- name: Check for installed {{ pkg }}
|
||||||
register: stat_uwsm_inst
|
register: stat_uwsm_inst
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ uwsm.prefix }}"
|
path: "{{ uwsm.prefix }}/bin/uwsm"
|
||||||
|
|
||||||
- name: Build and install {{ uwsm }}
|
- name: Build and install {{ uwsm }}
|
||||||
|
when:
|
||||||
|
- not stat_uwsm_inst.stat.exists
|
||||||
block:
|
block:
|
||||||
- name: Clone git repository {{ pkg }}
|
- name: Clone git repository {{ pkg }}
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
|||||||
Reference in New Issue
Block a user