1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_users.git synced 2024-08-16 10:29:50 +02:00
ansible_collection_users/roles/dotfiles/tasks/main.yml

15 lines
362 B
YAML
Raw Normal View History

2024-03-22 16:40:22 +01:00
---
- name: Perform optional versionscheck
ansible.builtin.include_tasks:
file: 'versioncheck.yml'
when: submodules_versioncheck | bool
- name: Install dotfiles packages
ansible.builtin.include_tasks:
file: 'packages.yml'
- name: Setup and configure bashrc
ansible.builtin.include_tasks:
2024-03-26 14:22:08 +01:00
file: 'bashrc.yml'
when: l3d_users__bashrc | bool