diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-12 17:20:08 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-12 17:20:08 +0100 |
| commit | 4f8d16ebcb16811d6a7a95d659be7e138d2713ef (patch) | |
| tree | 491b2e0980cbc2ce61bbdaf62df8acb83313fecf /ansible/roles/agate | |
| parent | 96877bf48ae0920a3439dc3f7866638df4cc633c (diff) | |
ansible installs gemini capsule
Diffstat (limited to 'ansible/roles/agate')
| -rw-r--r-- | ansible/roles/agate/tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/roles/agate/tasks/main.yml b/ansible/roles/agate/tasks/main.yml new file mode 100644 index 0000000..6fe7367 --- /dev/null +++ b/ansible/roles/agate/tasks/main.yml @@ -0,0 +1,8 @@ +- name: Install cargo + community.general.apk: + name: cargo + +- name: Install agate with cargo + ansible.builtin.command: + cmd: cargo install agate + creates: /root/.cargo/bin/agate |
