This commit is contained in:
Anthony Cicchetti 2022-05-25 22:51:17 -04:00
parent 31102db169
commit d6be6cd042
3 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -18,6 +18,7 @@
- gpg
- fzf
- rsync
- zip
state: latest
- include_tasks: neovim-nightly.yml

View file

@ -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