Compare commits

..

No commits in common. "876db8ecfbb9a1cad42c46545d019a44f3809f8a" and "5420eb9cd5665dcbf8fcd271b31c039256259b50" have entirely different histories.

4 changed files with 0 additions and 18 deletions

View File

@ -12,10 +12,8 @@
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
@ -27,11 +25,8 @@
- 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

View File

@ -1,6 +0,0 @@
---
- name: install dnf package
become: true
dnf:
name: gdb
state: latest

View File

@ -1,6 +1,5 @@
--- ---
- name: install apt package - name: install apt package
become: true
apt: apt:
name: wget name: wget
state: latest state: latest

View File

@ -1,6 +0,0 @@
---
- name: install dnf package
become: true
dnf:
name: wget
state: latest