updates?
This commit is contained in:
parent
31102db169
commit
d6be6cd042
3 changed files with 4 additions and 2 deletions
|
@ -35,5 +35,6 @@ fi
|
|||
ANSIBLE_PYTHON_INTERPRETER="$(command -v python)"
|
||||
ansible-galaxy collection install kewlfft.aur
|
||||
ansible-galaxy collection install community.general
|
||||
ansible-galaxy collection install ansible.posix
|
||||
ansible-playbook --ask-become-pass -i inventory main.yml
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
- gpg
|
||||
- fzf
|
||||
- rsync
|
||||
- zip
|
||||
state: latest
|
||||
|
||||
- include_tasks: neovim-nightly.yml
|
||||
|
|
|
@ -32,11 +32,11 @@
|
|||
state: link
|
||||
|
||||
- name: copy contents of bin
|
||||
synchronize:
|
||||
ansible.posix.synchronize:
|
||||
src: ~/.dotfiles/bin/
|
||||
dest: ~/bin
|
||||
|
||||
- name: copy contents of zsh/bin
|
||||
synchronize:
|
||||
ansible.posix.synchronize:
|
||||
src: ~/.dotfiles/zsh/bin/
|
||||
dest: ~/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue