diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:35:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:35:47 +0100 |
| commit | 9f2ebc2cce3af0e685677c23f2098c115e034adf (patch) | |
| tree | bc6609cf851ee3f0a4f572d762b4ea35a34610f6 /roles/agate/tasks/main.yml | |
| parent | f31e65c51681823ade14abad87c742101a1b823d (diff) | |
move ansible/ dir to root
Diffstat (limited to 'roles/agate/tasks/main.yml')
| -rw-r--r-- | roles/agate/tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/agate/tasks/main.yml b/roles/agate/tasks/main.yml new file mode 100644 index 0000000..6fe7367 --- /dev/null +++ b/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 |
