updated src builds
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Build ghostty from source
|
||||
- name: Install and build source for {{ pkg }}
|
||||
block:
|
||||
- name: Clone ghostty git repository
|
||||
- name: Clone git repository {{ pkg }}
|
||||
ansible.builtin.git:
|
||||
depth: 1
|
||||
dest: "{{ d_tempdir.path }}/ghostty"
|
||||
repo: "{{ ghostty.repo }}"
|
||||
version: "{{ ghostty.vers }}"
|
||||
|
||||
- name: Build ghostty
|
||||
- name: Build {{ pkg }}
|
||||
become: "{{ ext_become }}"
|
||||
register: c_ghostty_build
|
||||
ansible.builtin.command:
|
||||
|
||||
Reference in New Issue
Block a user