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_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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue