Compare commits
2 Commits
39a2925bcd
...
ubuntu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27a002d608 | ||
|
|
bb8a4560e5 |
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
- name: Install Rust (via rustup)
|
- name: Install Rust (via rustup)
|
||||||
ansible.builtin.shell: set -o pipefail && yes | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
|
ansible.builtin.shell: set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
args:
|
args:
|
||||||
executable: /usr/bin/bash
|
executable: /usr/bin/bash
|
||||||
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustc"
|
creates: "{{ ansible_env.HOME }}/.cargo/bin/rustc"
|
||||||
|
|
||||||
- name: Install bininstall
|
- name: Install bininstall
|
||||||
ansible.builtin.shell: set -o pipefail &&yes | curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh
|
ansible.builtin.shell: set -o pipefail && curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||||
args:
|
args:
|
||||||
executable: /usr/bin/bash
|
executable: /usr/bin/bash
|
||||||
|
|
||||||
@@ -14,3 +14,4 @@
|
|||||||
ansible.builtin.shell: set -o pipefail && yes | cargo binstall dioxus-cli
|
ansible.builtin.shell: set -o pipefail && yes | cargo binstall dioxus-cli
|
||||||
args:
|
args:
|
||||||
executable: /usr/bin/bash
|
executable: /usr/bin/bash
|
||||||
|
ignore_errors: true
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ apt_dependencies:
|
|||||||
- xsel
|
- xsel
|
||||||
|
|
||||||
apt_tools:
|
apt_tools:
|
||||||
|
- default-jdk
|
||||||
- audacity
|
- audacity
|
||||||
- keepassxc
|
- keepassxc
|
||||||
- obs-studio
|
- obs-studio
|
||||||
|
|||||||
Reference in New Issue
Block a user