automatrop: Various fixes
This commit is contained in:
parent
a801c86563
commit
e4502a30c5
7 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
dependencies:
|
||||
- role: system
|
|
@ -179,9 +179,6 @@
|
|||
notify: "software changed"
|
||||
tags: softwarelist
|
||||
|
||||
- debug:
|
||||
msg: "{{ packages }}"
|
||||
|
||||
- name: Install packages (Arch-based)
|
||||
aur:
|
||||
name: "{{ packages }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue