Compare commits

..

No commits in common. "48cf510079e64ea8cdb94ffc9a8f15923effcf53" and "2fbfbb273fe7476fa3474f61eef6436057be5612" have entirely different histories.

3 changed files with 1 additions and 12 deletions

View file

@ -16,8 +16,3 @@ packages:
- ripgrep
- fd
- uv
- fakeroot
- debugedit
- which
- gcc
- make

View file

@ -1,4 +1,4 @@
- src: git+https://forgejo.fudiggity.nl/sonny/common-ansible.git
- src: git+https://git.fudiggity.nl/ansible/common.git
name: common
version: master
scm: git

View file

@ -56,12 +56,6 @@
dest: '{{ xdg_config_dir }}/git/config'
mode: '0755'
- name: Create script directory
ansible.builtin.file:
path: '{{ ansible_env.HOME }}/.local/bin'
state: directory
mode: '0755'
- name: Copy tmux toggle script
ansible.builtin.template:
src: 'templates/tmux-toggle.j2'