2018-11-15 10:26:52 +01:00
|
|
|
---
|
2023-10-31 00:34:06 +01:00
|
|
|
- name: Run optional versionscheck
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'versioncheck.yml'
|
2020-11-13 11:30:51 +01:00
|
|
|
when: submodules_versioncheck | bool
|
2019-01-19 00:15:14 +01:00
|
|
|
|
2023-10-31 00:34:06 +01:00
|
|
|
- name: Deploy .bashrc
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'bashrc.yml'
|
2020-11-13 14:28:57 +01:00
|
|
|
when: dotfiles__modify_bashrc | bool
|
2019-03-03 23:09:48 +01:00
|
|
|
|
2023-10-31 00:34:06 +01:00
|
|
|
- name: Deploy vimrc
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'vimrc.yml'
|
2018-11-15 10:26:52 +01:00
|
|
|
|
2023-10-31 00:34:06 +01:00
|
|
|
- name: Deploy ranger config
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'ranger.yml'
|
2022-04-12 00:23:15 +02:00
|
|
|
|
2023-10-31 00:34:06 +01:00
|
|
|
- name: Deploy .tmux.conf
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
file: 'tmux.yml'
|
2022-04-12 00:23:15 +02:00
|
|
|
when: dotfiles__modify_tmux | bool
|