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_PYTHON_INTERPRETER="$(command -v python)"
ansible-galaxy collection install kewlfft.aur ansible-galaxy collection install kewlfft.aur
ansible-galaxy collection install community.general ansible-galaxy collection install community.general
ansible-galaxy collection install ansible.posix
ansible-playbook --ask-become-pass -i inventory main.yml ansible-playbook --ask-become-pass -i inventory main.yml

View file

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

View file

@ -32,11 +32,11 @@
state: link state: link
- name: copy contents of bin - name: copy contents of bin
synchronize: ansible.posix.synchronize:
src: ~/.dotfiles/bin/ src: ~/.dotfiles/bin/
dest: ~/bin dest: ~/bin
- name: copy contents of zsh/bin - name: copy contents of zsh/bin
synchronize: ansible.posix.synchronize:
src: ~/.dotfiles/zsh/bin/ src: ~/.dotfiles/zsh/bin/
dest: ~/bin dest: ~/bin