automatrop: Various fixes

This commit is contained in:
Geoffrey Frogeye 2021-11-09 13:59:25 +01:00
parent a801c86563
commit e4502a30c5
7 changed files with 10 additions and 7 deletions

View file

@ -14,8 +14,9 @@
git:
repo: "{% if has_forge_access %}git@git.frogeye.fr:{% else %}https://git.frogeye.fr/{% endif %}geoffrey/dotfiles.git"
dest: "{{ ansible_user_dir }}/.dotfiles"
update: "{{ not has_forge_access }}"
update: yes
notify: install dotfiles
tags: dotfiles_repo
# TODO Put actual dotfiles in a subdirectory of the repo, so we don't have to put everything in config
- name: Register as Ansible collection

View file

@ -1,2 +0,0 @@
dependencies:
- role: system

View file

@ -179,9 +179,6 @@
notify: "software changed"
tags: softwarelist
- debug:
msg: "{{ packages }}"
- name: Install packages (Arch-based)
aur:
name: "{{ packages }}"