fix uwsm?

This commit is contained in:
Matthew Stobbs
2025-05-12 20:42:51 -06:00
parent 2fbca949cd
commit f7cb57f102

View File

@@ -14,9 +14,11 @@
- name: Check for installed {{ pkg }}
register: stat_uwsm_inst
ansible.builtin.stat:
path: "{{ uwsm.prefix }}"
path: "{{ uwsm.prefix }}/bin/uwsm"
- name: Build and install {{ uwsm }}
when:
- not stat_uwsm_inst.stat.exists
block:
- name: Clone git repository {{ pkg }}
ansible.builtin.git: