Compare commits
3 Commits
5420eb9cd5
...
876db8ecfb
Author | SHA1 | Date | |
---|---|---|---|
876db8ecfb | |||
959f4b2b32 | |||
d8c6c6a808 |
@ -12,8 +12,10 @@
|
|||||||
when: '"WSL" not in ansible_kernel'
|
when: '"WSL" not in ansible_kernel'
|
||||||
|
|
||||||
- role: ag
|
- role: ag
|
||||||
|
- role: bash
|
||||||
- role: bat
|
- role: bat
|
||||||
- role: curl
|
- role: curl
|
||||||
|
- role: editline
|
||||||
- role: fzf
|
- role: fzf
|
||||||
- role: gh
|
- role: gh
|
||||||
- role: git
|
- role: git
|
||||||
@ -25,8 +27,11 @@
|
|||||||
- role: tidy
|
- role: tidy
|
||||||
- role: tree
|
- role: tree
|
||||||
- role: watch
|
- role: watch
|
||||||
|
- role: wget
|
||||||
- role: yq
|
- role: yq
|
||||||
|
|
||||||
|
- role: gdb
|
||||||
|
when: ansible_os_family != "Darwin"
|
||||||
- role: llvm
|
- role: llvm
|
||||||
- role: nodejs
|
- role: nodejs
|
||||||
|
|
||||||
|
6
roles/gdb/RedHat.yaml
Normal file
6
roles/gdb/RedHat.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: install dnf package
|
||||||
|
become: true
|
||||||
|
dnf:
|
||||||
|
name: gdb
|
||||||
|
state: latest
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: install apt package
|
- name: install apt package
|
||||||
|
become: true
|
||||||
apt:
|
apt:
|
||||||
name: wget
|
name: wget
|
||||||
state: latest
|
state: latest
|
||||||
|
6
roles/wget/tasks/RedHat.yaml
Normal file
6
roles/wget/tasks/RedHat.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: install dnf package
|
||||||
|
become: true
|
||||||
|
dnf:
|
||||||
|
name: wget
|
||||||
|
state: latest
|
Loading…
x
Reference in New Issue
Block a user